Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.8K+ articles
DSA
20.1K+ articles
Python
20.0K+ articles
Experiences
15.9K+ articles
Interview Experiences
14.2K+ articles
School Learning
11.3K+ articles
JavaScript
10.1K+ articles
Misc
8.2K+ articles
PHP
3.8K+ articles
PHP-function
2.3K+ articles
PHP-Calendar
15 posts
Recent Articles
Popular Articles
PHP | jddayofweek() Function
Last Updated: 05 October 2021
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. The return value is of three t...
read more
Misc
Web Technologies
PHP
PHP-Calendar
PHP | gregoriantojd() Function
Last Updated: 27 April 2018
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 / $day / ...
read more
Misc
Web Technologies
PHP
PHP-Calendar
PHP | jdtogregorian() Function
Last Updated: 27 April 2018
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 the conver...
read more
Misc
Web Technologies
PHP
PHP-Calendar
PHP | jdmonthname() Function
Last Updated: 19 December 2022
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 value is of six types depen...
read more
Misc
Web Technologies
PHP
PHP-Calendar
PHP | jdtounix( ) Function
Last Updated: 30 April 2018
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 a Unix timestamp correspondin...
read more
Misc
Web Technologies
PHP
PHP-Calendar
PHP | unixtojd() Function
Last Updated: 20 July 2021
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 time as a running total of seconds...
read more
Misc
Web Technologies
PHP
PHP-Calendar
PHP | jdtofrench() Function
Last Updated: 30 April 2018
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 the converted Fr...
read more
Misc
Web Technologies
PHP
PHP-Calendar
PHP | frenchtojd() Function
Last Updated: 30 April 2018
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 / $day / $year,...
read more
Web Technologies
PHP
PHP-Calendar
PHP | jewishtojd() Function
Last Updated: 30 April 2018
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 / $day / $year,...
read more
Misc
Web Technologies
PHP
PHP-Calendar
PHP | easter_date() Function
Last Updated: 30 April 2018
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 taken as default year when no...
read more
Web Technologies
PHP
PHP-Calendar
PHP | easter_days() Function
Last Updated: 30 April 2018
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 given year. When no year is given, ...
read more
Misc
Web Technologies
PHP
PHP-Calendar
PHP | cal_from_jd() Function
Last Updated: 02 May 2023
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 Gregorian calendar, French Calend...
read more
Web Technologies
PHP
PHP-Calendar
PHP-function
PHP | cal_to_jd() Function
Last Updated: 27 January 2022
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 the Julian day...
read more
Web Technologies
PHP
PHP-Calendar
PHP-function
PHP | jdtojulian() Function
Last Updated: 20 July 2021
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 Julian Day Count to a string cont...
read more
Web Technologies
PHP
PHP-Calendar
PHP-function
PHP | juliantojd() Function
Last Updated: 05 January 2023
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 for Julian Calendar is valid f...
read more
Web Technologies
PHP
PHP-Calendar
PHP-function
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !