Skip to content
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

How to change time from 24hr to AM/PM #61

Open
kunalkamble opened this issue Sep 16, 2014 · 1 comment
Open

How to change time from 24hr to AM/PM #61

kunalkamble opened this issue Sep 16, 2014 · 1 comment

Comments

@kunalkamble
Copy link

Right now data picker is showing 24hr timing but I would like to make it AM/PM time, couldn't find a way to do that.

@muratatak77
Copy link

http://momentjs.com/docs/#/i18n/changing-locale/

moment.locale('tr', {
longDateFormat : {
LT : "HH:mm",
LTS : "HH:mm:ss",
L : "DD/MM/YYYY",
LL : "D MMMM YYYY",
LLL : "D MMMM YYYY LT",
LLLL : "dddd D MMMM YYYY LT"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants