xsoh / moment-hijri

A Hijri calendar (Based on Umm al-Qura calculations) plugin for moment.js
http://momentjs.com/docs/#/plugins/hijri/
MIT License
200 stars 82 forks source link

Should parse when only Hijri month is in the format #4

Closed xsoh closed 9 years ago

xsoh commented 9 years ago

Should parse when only Hijri month is in the format

 it('should parse when only Hijri month is in the format', function() {
     var m = moment('1990 08 25', 'YYYY hM D')
     m.format('YYYY-MM-DD').should.be.equal('1990-03-25')
 })