how to input time into edittext

cwt

Active Member
Licensed User
Longtime User
I need an entry for time. How can I make an edittext view accept only a valid time - 12 hour and/or 24 hour format - or is there a better way than an edittext view?

Thanks
 

cwt

Active Member
Licensed User
Longtime User
When I add this

Dim td as TimeDialog

The compiler says "unknown type: TimeDialog"

Is there a library I need to add? I tried all the included libraries.

Thanks
 
Upvote 0
Top