Jump to content

Datetime GUI selector


 Share

Recommended Posts

I have been trying to figure out a way to make a box in an autoit gui that can capture both date and time. I tried using both of these:

$idStart = GUICtrlCreateDate("2015/07/03 12:13:3", 72, 15, 186, 21, $DTS_SHORTDATEFORMAT)
    $idStart = GUICtrlCreateDate("2015/07/03 12:13:3", 72, 15, 186, 21, $DTS_TIMEFORMAT)

When I tried a BItOR on the two styles, I was hoping that it would display both, but unfortunately it doesn't. Short of creating two GuiCtrls (one for date and one for time) is there a way to do this as a single box?

Edited by Jewtus
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...