I am trying to set the date in a date picker field in a Windows environment (shown in attached images). It's not an AutoIt date control (I did not create this field). I used the following code:
; enter from date
$sFromDate = "09/01/2017"
ControlFocus($hWnd, "", "WindowsForms10.SysDateTimePick32.app.01")
ControlSetText($hWnd, "", "WindowsForms10.SysDateTimePick32.app.01", $sFromDate )
The AutoIt Window Information Tool shows info about the control but not the items (month/day/year) inside it. I am looking for any tool to set the date, not necessarily AutoIt.