2good2btru
Programmer
hi
I am trying to display time in the format h:mm tt ie, 8.30 PM.... 12.00 AM etc...
I tried giving the timemask as h:mm tt , but still it isnt working......
Any suggestions.....
One workaround is changing the mask to stringmask! dynamically and set it appropriately... the string formatting 'h:mm am/pm' works fine, but then i am giving a spin control to the user by which he can change the time, so each time i have to toggle between timemask! and stringmask!....... any other way.....
I am trying to display time in the format h:mm tt ie, 8.30 PM.... 12.00 AM etc...
I tried giving the timemask as h:mm tt , but still it isnt working......
Any suggestions.....
One workaround is changing the mask to stringmask! dynamically and set it appropriately... the string formatting 'h:mm am/pm' works fine, but then i am giving a spin control to the user by which he can change the time, so each time i have to toggle between timemask! and stringmask!....... any other way.....