vlibDate

vLIB logo

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'