Easy Tutorial
❮ Func Cal Jdtojulian Func Error Reporting ❯

PHP jdtofrench() Function

PHP Calendar Reference Manual

Example

Convert a date from the French Republican calendar to a Julian day count, and then back to the French Republican calendar:


Definition and Usage

The jdtofrench() function converts a Julian day count to a date in the French Republican calendar.

Note: See the frenchtojd() function to convert a date from the French Republican calendar to a Julian day count.

Syntax

Parameter Description
jd Required. A number (Julian day count).

Technical Details

Return Value: Returns the date in the French Republican calendar in the format "month/day/year".
PHP Version: 4+
--- ---

❮ Func Cal Jdtojulian Func Error Reporting ❯