kbwood / calendars

jQuery World Calendars Plugin
88 stars 50 forks source link

How to convert the Hijri date (or any other than gregorian) to javascript Date? #12

Closed zaher-elrody closed 8 years ago

zaher-elrody commented 8 years ago

First, thanks for the great plugin. Second i would like to know how can i convert the CDate[] returned by the datepicker to an actual javascript date.

Regards, Zaher

kbwood commented 8 years ago

Just call the toJSDate function on each CDate.

zaher-elrody commented 8 years ago

Thank you, can you please tell me one more thing? how can convert from a javascript date to islamic date?

kbwood commented 8 years ago

Create an instance of the Islamic calendar and call its _fromJSDate _function.