Changes between Initial Version and Version 1 of Ticket #1666


Ignore:
Timestamp:
06/05/10 06:41:34 (14 years ago)
Author:
Jpm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1666 – Description

    initial v1  
    66$sCurrDate = GUICtrlRead($Date)
    77GUICtrlSetData($sCurrDate);; Oooops
    8 MsgBox(0, "TEST", $sCurrDate
     8MsgBox(0, "TEST", $sCurrDate)
    99}}}
    1010$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