mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
We leverage the composebox typeaheads to show flatpickr to pick dates and times for the !time syntax. We use moment.js to try and parse the time from current token. If we are successful, we initialize flatpickr with the parsed time, else we default to using the current time.