You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For validating a jalali date you can use: Utils#(year: number, month: number, date: number[, hours: number, minutes: number, seconds: number, ms: number])
For date difference: you can get js native Date: jalali.date
how can I validate the date via this package?
for example in moment-jalali we should do this as you know:
moment(value, 'jYYYY/jMM/jDD').isValid()
or
how can I get the date difference?
The text was updated successfully, but these errors were encountered: