Hi,
GUICtrlCreateDate("", 350, 325, 100, 40, $DTS_TIMEFORMAT) creates a time "widget" the user can manipulate, and I read it in with $t = GUICtrlRead(11).
The user sees a time ithey can edit n the form of eg. "5:09:20 .PM" in the GUI
Is there a way to have them only see 5:09 PM. That is, I only want them to be able to select down to the minute. Seconds would not show and not be changable and would be locked at "00". Can GUICtrlCreateDate do this with some modification?
Thanks