-
Notifications
You must be signed in to change notification settings - Fork 19
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
no effect of moment.locale('ja') #22
Comments
Hi, |
Hi, |
@balgopal14 Thank you. |
@balgopal14 Thank you. |
@hryktrd |
@balgopal14 When I tried it, I could change the locale to ja, but I could change the locale only on the day of the week. Do you know how to change the month locale? |
Hi @hryktrd, |
Hi. @balgopal14 And my usage is follows
Thank you. |
Hi, @hryktrd I used this as a dynamic feature. screenshot is from "sv-SE" locale |
Hi, @balgopal14 I couldn't under stand that your part of comment 'dynamic feature'. What's mean of it? Thank you. |
Hi, @balgopal14 I'm sorry to ask you many questions Do you have any idea to change locale of name of month? Thank you. |
Hi, @balgopal14 In your code,
is not effective to month's format, so I move it to under of
but this.locale is undefined here, so I fix locale to 'ja'. I'd be happy if the locale could be dynamically set to include the month, but I think a big change is needed. Thank you. |
Hi, @hryktrd Thank you. |
Hi.
I use multiple-date-picker-angular on angular8 project.
I want to change language to japanese day and month letter.
But, I wrote this in component that use date picker
it have no effect.
And then, I wrote this in dist/multiple-date-picker.component.js directly,
under require moment.
letters of month and day are changed to japanese.
Any other way to change locale?
Thank you.
The text was updated successfully, but these errors were encountered: