Forum und email

date_format

(PHP 5 >= 5.1.0)

date_format — Returns date formatted according to given format

Beschreibung

string date_format ( DateTime $object , string $format )
string DateTime::format ( string $format )

Parameter Liste

object

DateTime object.

format

Format accepted by date().

Rückgabewerte

Returns formatted date on success or FALSE on failure.

Siehe auch