Hello all
define data local
01 #a16 (A16) init <'21.06.2012-04:50'>
01 #t (T)
end-define
if #a16 = mask(DD.MM.YYYY'-'HH':'NN) /* works
move edited #a16 to #t (EM=DD.MM.YYYY-HH:II)
end-if
if #a16 = mask(DD.MM.YYYY'-'HH':'II) /* NAT258
move edited #a16 to #t (EM=DD.MM.YYYY-HH:II)
end-if
display #t (EM=YYYY-MM-DD^HH:II)
end
Stupid question: Why that NAT258?
Matthias