-
Notifications
You must be signed in to change notification settings - Fork 162
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
Week name #196
Comments
Load Persian module before that: `moment.loadPersian()`.
…On Esfand 5, 1398 AP, 1:28 PM +0330, miladmodaresi ***@***.***>, wrote:
Hello
how can I get the week name?
for example:
result of moment(ts).format('dddd') in the moment js is Sunday
but I want when I call that code execute
یکشنبه
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
How to use Miladi and Shamsi the same time? ( I need both sunday and یکشنبه) |
m.format('jDDDD dddd')
|
No, sorry, my previous comment is wrong. There is no easy way for what you need, since |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
how can I get the week name?
for example:
result of
moment(ts).format('dddd')
in the moment js is Sundaybut I want when I call that code execute
یکشنبه
The text was updated successfully, but these errors were encountered: