I am developing a web application using CakePHP and mysql and all the dates in the system use the Islamic/Hijri calendar(http://en.wikipedia.org/wiki/Islamic_calendar) . I was wondering what is the best way to store Hijri dates in mysql?
Note: I already use Keith Wood's jQuery DatePicker(http://keith-wood.name/datepick.html).