Skip to content

Tag Archives: PHP-Calendar

The juliantojd() function is an inbuilt function in PHP which is used to convert Julian calendar Date to Julian Day count. The range of date… Read More
The jdtojulian() function is an inbuilt function in PHP that is used to convert a Julian day count to a Julian calendar date. It converts… Read More
The cal_to_jd() function is an inbuilt function in PHP which is used to converts a specified date into Julian Day Count. The cal_to_jd() function calculates… Read More
The cal_from_jd() function is an inbuilt function in PHP that is used to convert a Julian Day Count into a supported calendar such as the… Read More
The jewishtojd() function is a built-in function which converts a Jewish Date to a Julian Day Count. The function accepts three parameters in format $month… Read More
The frenchtojd() function is a built-in function which converts a French date to a Julian Day Count. The function accepts three parameters in format $month… Read More
The jdtounix() function in PHP is a built-in function which is used to convert a Julian day date into a Unix Timestamp. This function returns… Read More
The unixtojd() is a built-in function in PHP which converts the unix timestamp to Julian Day count. The UNIX timestamp is a way to track… Read More
The jdtofrench() function is a built-in function which converts a Julian Day Integer to French date. The function accepts a Julian Day integer and returns… Read More
The easter_days() Function is a built-in function in PHP which returns the number of days after March 21, that the Easter Day is in the… Read More
The easter_date() function is a built-in function in PHP which returns the Easter date in the year passed as an argument. The current year is… Read More
The gregoriantojd() function is a built-in function which converts a Gregorian date to a Julian Day Count. The function accepts three parameters in format $month… Read More
The jdtogregorian() function is a built-in function which converts a Julian Day Integer to Gregorian date. The function accepts a Julian Day integer and returns… Read More
The jdmonthname() function is a built-in function in PHP which returns the month name of a Julian day number passed as the argument. The return… Read More
The jddayofweek() function is a built-in function in PHP which returns the given day of the week of a Julian integer passed in the argument.… Read More