how to choose a time without using ajax in asp.net c#
Your post is unclear. Choose what time? What has Ajax to do with it?
I am trying to create a textbox in which user can choose time in the format say:
19:25
or User can just enter time in the above mentioned format and nothing else.
Hi paminchever,
You can try to use some jquery input mask plugins , for example this one :
https://github.com/RobinHerbots/Inputmask
Then use like :
https://codepen.io/nanyu2018/pen/dgWrGp (see last time input field)
Or you could use other plugins as shown in this article :
https://css-tricks.com/input-masking/
Best Regards,
Nan Yu