Is there any way to make a persion (Hejri Shamsi) Calender in angular 2 or is there any way to convert Gergorian calender to persion?
Asked
Active
Viewed 461 times
1 Answers
0
If you need to convert the date in .ts
use jalali-moment
import * as moment from 'jalali-moment';
let jalaliDate = moment("1989/1/24").format('jYYYY/jM/jD'); // 1367/11/4
but if you need sth to use in .html
use jalali-angular-datepicker
more info here

amin arghavani
- 1,883
- 14
- 21