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
The showMeridian option should format the existing (or default) value in the correct format.
At the moment if you have a 24h value in the textbox, let's say 19:30, and showMeridian is set to true. The transformed value is 12:30 AM instead of 07:30 PM.
The
showMeridian
option should format the existing (or default) value in the correct format.At the moment if you have a
24h
value in the textbox, let's say 19:30, andshowMeridian
is set to true. The transformed value is12:30 AM
instead of07:30 PM
.jsfiddle: http://jsfiddle.net/maxwell2022/b8wve/
We could use
momentjs
which is a great lib to handle date and time.The text was updated successfully, but these errors were encountered: