Search Results

20
votes

What is the best way to parse a time into a Date object from user input in Javascript?

A quick solution which works on the input that you've specified: var times = ['1:00 pm','1:00 p.m.','1:00 p','1:00pm', '1:00p.m.','1:00p','1 pm','1 p.m.','1 p','1pm','1p.m.', '1p' …