I'm allowing the user to enter in a time, and then in javascript it will take that time and validate it, then make it a military time if it's not a military time already. I wanted to make them conform to a specific time (dropdowns for hours, minutes), but everyone else is saying to allow them to enter ANY time into a free for all text box and then convert it into a military time. I have no idea how to even start this, I've wrote up the validator, but is there a quick painless way to write up something that will take any none military time and make it a military time?