vlibDate

vLIB logo

6.3. getMonthFullname()

Function Description
  getMonthFullname (string timestamp)

Returns the full name of the month for the given timestamp.

The timestamp parameter is a vlibDate timestamp. For more information on this, please see the IMPORTANT section.

Example

   $date->getMonthFullname('2002-04-15'); // returns 'April'