Disable 24-hour time?
Is there a way to use AM/PM when inputting time via the DateTimePicker, instead of using the 24-hour equivalent? Some people are still not used to that format apparently.
Checked the docs but doesn't say anything about editing the input format itself, unless I have to make a custom component for this?
2 Replies
there is not
try #flatpickr maybe
I recently had the same question. I used WireUI's TimePicker component as a custom input. Worked pretty well. The only caveat I found was that I had to create a custom Filament theme in order to get the WireUI component's styles to work.