atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 104 forks source link

Add fractional seconds support for time/datetime form control #2067

Closed mvorisek closed 1 year ago

mvorisek commented 1 year ago

This PR finishes integration between UI/flatpickr and PHP for date/time/datetime fields.

fix #1893

upstream flatpickr PR: https://github.com/flatpickr/flatpickr/pull/2910, landed in https://github.com/atk4/ui/pull/2071

⚠️ PRO TIP: define your UI persistence time/datetime format without seconds and the seconds will be present in the formatted UI value only if needed (non-zero)