vlibDate
Table of Contents
| Up:
6. vlibDate
| Previous:
6.4. getMonthAbbrname()
| Next:
6.6. getWeekdayAbbrname()
6.5. getWeekdayFullname()
Function Description
getWeekdayFullname (string timestamp)
Returns the full name of the weekday for the given timestamp.
The timestamp parameter is a vlibDate timestamp. For more information on this, please see the IMPORTANT section.
Example
$date->getWeekdayFullname('2002-04-15'); // returns 'Monday'