-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Millisecond support #1361
Copy link
Copy link
Open
Description
I would like to be able to a) specify milliseconds through the editor, b) allow manual input of milliseconds.
Given the below example, a millisecond editor is not rendered for the first scenario, and the milliseconds are reset to 0 on focus-lost for the second scenario.
flatpickr("#date", {
enableTime: true,
enableSeconds: true,
allowInput: true,
dateFormat: 'Z'
});
See https://jsfiddle.net/ejazs6v1/
v 4.4.6 on Chrome
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels