how to turn am and pm times to epoch javascript code example
Example: convert date and time into epoch javascript
var someDate = new Date(dateString);
someDate = someDate.getTime();
var someDate = new Date(dateString);
someDate = someDate.getTime();