Tagged Questions

0
votes
1answer
87 views

Format time using onKeyUp and onBlur

How would you write a filter (without a third-party library) for an input field that: Restricts the data entry to numbers and a single colon Prevents more than 5 characters from …
7
votes
9answers
477 views

What time format is this? (not UNIX, not UTC, nothing)

I'm importing data from another system to MySQL, its a CSV file. The "Date" field however contains cryptic of 3-digit time entries, here's a random sample set: > 540 > 780 & …