GMK Posted September 6, 2007 Posted September 6, 2007 How would I set a GUICtrlCreateDate format to hh:mm am/pm, without the seconds?I know from the help file:$DTS_TIMEFORMAT0x09Displays the time. The default format string for this style is defined by LOCALE_STIMEFORMAT, which produces output like 5:31:42 PM.But I'd like to have it in my GUI without the seconds.
BigDod Posted September 6, 2007 Posted September 6, 2007 Does this help #include <Date.au3> MsgBox(0,'',"The time is:" & _NowTime(4)) Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
GMK Posted September 6, 2007 Author Posted September 6, 2007 Does this help #include <Date.au3> MsgBox(0,'',"The time is:" & _NowTime(4))Not quite, but it gave me the idea to look at the Date.au3 file to see how it used time formats. I was looking for "hh:mm tt," since I didn't know the "tt." Thanks!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now