You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue where any argument passed to altFormat is ignored for whatever the dateFormat is set to.
This occurs with the default dateFormat as well.
How to reproduce the bug
This is how I've implemented it. Flatpickr::make('start') ->enableTime() ->altFormat('m/d/Y h:i K') ->dateFormat('Z'),
Package Version
3.0.1
PHP Version
8.2.8
Laravel Version
10.18.0
Which operating systems does with happen with?
Linux
Notes
No response
The text was updated successfully, but these errors were encountered:
What happened?
I'm having an issue where any argument passed to altFormat is ignored for whatever the dateFormat is set to.
This occurs with the default dateFormat as well.
How to reproduce the bug
This is how I've implemented it.
Flatpickr::make('start') ->enableTime() ->altFormat('m/d/Y h:i K') ->dateFormat('Z'),
Package Version
3.0.1
PHP Version
8.2.8
Laravel Version
10.18.0
Which operating systems does with happen with?
Linux
Notes
No response
The text was updated successfully, but these errors were encountered: