Changes between Initial Version and Version 1 of Ticket #1666
- Timestamp:
- 06/05/10 06:41:34 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1666 – Description
initial v1 6 6 $sCurrDate = GUICtrlRead($Date) 7 7 GUICtrlSetData($sCurrDate);; Oooops 8 MsgBox(0, "TEST", $sCurrDate 8 MsgBox(0, "TEST", $sCurrDate) 9 9 }}} 10 10 $sCuuDate will be in the format dd/mm/yyyy and GUICtrlSetData(for a date control) clearly states that it must be in the format yyyy/mm/dd