vlibDate
Table of Contents
| Up:
6. vlibDate
| Previous:
6.2. formatDate()
| Next:
6.4. getMonthAbbrname()
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'