﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1666	Format conflict for date control And GUICtrlSetData()	GEOSoft		"If you create a date control using the $DTS_SHORTDATEFORMAT and try to store it in an ini file the format is opposite to what is required to set the date later

{{{
GUICreate(""Demo"")
$Date = GUICtrlCreateDate("""", 10, -1, 150,25,$DTS_SHORTDATEFORMAT)
$sCurrDate = GUICtrlRead($Date)
GUICtrlSetData($sCurrDate);; Oooops
MsgBox(0, ""TEST"", $sCurrDate
}}}
$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"	Bug	new		AutoIt	3.3.6.0	None			
