Posted on: 6/30/2014 9:04:35 PM | Views : 459

Hello,
Have a textbox bound to a datetime record called intime.   I store the time and display based on 24hour clock.  
This requires entry say "12:15" (note the semi-colon)
would like to allow users to enter it as follows: "12.15"  (note the period) and re-format to 12:15.
I also have a field validator that checks the correct format "12:15"
How can I replace the user input 12.15 with 12:15 before the field validator fires and states it is invalid?
My code so far:
asp.net page
<Go to the complete details ...