Closed davodaslanifakor closed 1 year ago
Here when I use show format by this method for e.g:
m.format('YYYY-MM-DD')
result become like this
۲۰۲۲-۰۸-۰۱
But I expect to become like this
2022-08-01
Have any solutions?
Hi, You should use this const moment = require('moment-jalaali') moment.loadPersian({ usePersianDigits: false })
const moment = require('moment-jalaali') moment.loadPersian({ usePersianDigits: false })
Here when I use show format by this method for e.g:
result become like this
But I expect to become like this
Have any solutions?