Releases: xsoh/moment-hijri
Releases · xsoh/moment-hijri
v3.0.0
v2.30.0
v2.1.1: Update to version 2.1.1
Fix: when moment wont set date correctly.
Fix 'iDate' add and sub
Merge pull request #37 from xsoh/add_sub_idate Fix 'iDate' add and sub
v2.0.0 Changing to new specifier `i`
What is new?
Because of Using 'h' specifier might cause overlap with hour's specifier. The specifier has been changed from h
to i
as a prefix. So for example in the previous version to get the four digit year we use hYYYY
. In version 2.0 or above you should replace it with iYYYY
and so on.