item date format problem [message #406177] |
Tue, 02 June 2009 12:55 |
amiserio
Messages: 3 Registered: June 2009 Location: Russia
|
Junior Member |
|
|
Greetings to all.
Situation:
I have 2(data1 and data2) data block's, in each of them I have on one item, which are absolutely identical property.
item1 and item 2:
Data type: Date
Format mask: DD.MM.YYYY HH24:MI
i have button button1, and in trigger WHEN_BUTTON_PRESSED i do:
:data2.item2:=:data1.data1;
Problem:
when i enter in item1: 10.06.09 12:23
and pressed button1 i receive in item2: 10.16.09 00:00
Why? And how it to overcome?
[Updated on: Tue, 02 June 2009 13:21] Report message to a moderator
|
|
|
|
|
|
|
|