﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
127	GUICtrlCreateDate -> GUICtrlSetData wrong on Timefields	Beejai <bjoern@…>		"Hi,

when you create a Datepicker with GUICtrlCreateDate and make it ""$DTS_TIMEFORMAT"" to be a timepicker, the control looks fine. GUICtrlRead works fine on it and gets the time string. But GUICtrlSetData does not work as expected.
When I try to fill the field with that function with a timestring, the result is wrong. Only when I add a Date to the Timestring, it displays the correct time:

{{{
GUICtrlSetData(Eval ( ""Time1""),""2000/01/01 "" & $PEA_time[1])
}}}
This is unexpected, because GUICtrlRead returns only the time.
"	Bug	closed		AutoIt	3.2.10.0		No Bug		
