PHP Calendar Functions
PHP supports a number of calendar functions that will allow you to simplify the conversion between the different calendar formats. All the conversions are being done based on the Julian day count which starts from January 1st, 4713 B.C. so if you want to convert between different calendar system then you have to convert it to Julian day… Read More »