fingerpich / jalali-moment

Display, parse, manipulate, validate and convert jalali (Persian, Khorshidi, Shamsi) or Gregorian (Miladi) dates and times.
https://fingerpich.github.io/jalali-moment/
MIT License
436 stars 68 forks source link

the days of a week #100

Closed everythinginjs closed 4 years ago

everythinginjs commented 4 years ago

hello, thanks for jalali-moment, is it possible to print out the days of a week? for example, شنبه ۱۲ تیر ۹۹

fingerpich commented 4 years ago

Hello, jalali-moment is a plugin for moment.js so if you can format it in moment.js you would be able do the same with jalali-moment https://stackoverflow.com/questions/27669019/moment-js-get-day-name-from-date

jMoment().locale('fa').format('dddd DD MMM YY')