Return the abbreviated Gregorian monthname of 13th January, 2014 in PHP

Description

The following code shows how to return the abbreviated Gregorian monthname of 13th January, 2014.

Example


  // ww  w.  j  a v a2 s .  c  om
<?php
    $jd=gregoriantojd(1,13,2014);
    echo jdmonthname($jd,0);
?>

The code above generates the following result.





















Home »
  PHP Tutorial »
    Data Types »




Array
Array Associative
Array Util
ArrayObject
Data Types
Date
Date Format
DateTime
Number
String
String Escape
String Filter
String HTML
String Type
Timezone