More permissive time column parsing

Time columns currently accept typed inputs like “2:00 pm,” but that’s about it.

Would be great to correctly parse the following:

  • 2pm
  • 2 pm
  • 2 [make a best am/pm guess, maybe default to am, whatever]
  • noon

Maybe also a dropdown with 15 or 30 minute increments if clicked?

1 Like