I have different kinds of time value in textbox like 12:00am & 12:30am. I want to convert them into time to check that check-out time must be greater than check-in time. Please suggest me how to do this in javascript.
Asked
Active
Viewed 35 times
0
-
Take a look at the answers here: http://stackoverflow.com/questions/11509814/date-string-conversion-to-unix-timestamp-in-javascript-jquery – rorypicko Feb 05 '14 at 11:58
-
Hi @RoryPicko92, thanks for your help. – Chintan Feb 05 '14 at 12:16
-
Hi @RC., thanks a lot. It works. :) – Chintan Feb 05 '14 at 12:16