Mask 24 hour hh:mm format #213
Unanswered
SossenSystems
asked this question in
Q&A
Replies: 1 comment
-
You could try to use different custom tokens for different time components, something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey community, I have a question, how would you best use the 24 hour format for times with
data-maska="##:##"
so that it works correctly?I don't know exactly how to handle
data-maska-tokens=""
anddata-maska-eager
Regex:
/^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$/
Beta Was this translation helpful? Give feedback.
All reactions