-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activating the 24 hours format #42
Comments
|
Yes but you'll notice that the am/pm selector changes. If it's really that big of deal, I'll add it back in |
Yes, I noticed, but this behavior confuses people who are not related to IT) But we often create an interface for them. Approach using momentjs good, but here it is more appropriate option |
Yeah you're probably correct. Be on the look out for an update. |
+1 for the 24hour format option. Also, how do you change starting weekday? for language, its set to 'en', but there is no locale for 'en'. |
@johim |
About the first day of the week - I do not understand how you can set <script>moment.lang('ru');</script> But it will not generate the order of days in the calendar. It was be helpful. |
Found a workaround for the day-of-week-Problem:
Strange thing is, the currently selected day isnt highlighted anymore ... Its reading the dow from the language configuration manually. |
+1 for the 24hour format option |
Found the cause of the missing highlighting - it does not relate to my soultion, ist a general problem and can be reproduced in the documentation too - i will open a new issue |
24 hour bug is fixed in the latest commit. |
Thanks! |
How can i activate 24hour format? |
@sahotaparamjitsingh it depends on the format you use. Those options have been removed. See moment's documentation for formatting. |
Options
pick12HourFormat: false
not supports.The text was updated successfully, but these errors were encountered: