Display the drop-down list

cal_to_jd()

« cal_info | call_user_func »
<?php
$int 
cal_to_jd (
    
?// int $calendar
    
// int $month
    
// int $day
    
  // int $year
);
?>
Result
$int = 2451545
Examples
#1 cal_to_jd  (CAL_GREGORIAN,
 
1,
 
1,
 
2000)
See also
cal_days_in_month, cal_from_jd, frenchtojd, gregoriantojd, jewishtojd, juliantojd, unixtojd