How to properly implement 12h format for mode="time"? #643
Unanswered
mauricellisonp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some reason, I somehow can't implement the 12h format (AM/PM) for the time picker. I am using an android device, and I already tried the instructions given in the documentation (i.e.,
locale="en-US" is24hourSource="locale"
, orlocale="device"
). I also checked the device's time format and it's already set to 12h.For reference, here's a snippet of my code:
I'll very much appreciate it if someone can help me. Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions