Get the week day from the date in PHP

Description

The following code shows how to get the week day from the date.

Example


<?php// www . j  ava2  s . c  o m

$date = new Date();
$date->setDMY(30,4,2010);
echo $date->getWeekday();

?>




















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