Forum und email
date_format

date_format

(PHP 5 >= 5.1.0RC1)

date_format -- Returns date formatted according to given format

Popis

string date_format ( DateTime object, string format )

string DateTime::format ( string format )

Seznam parametrů

object

DateTime object.

format

Format accepted by date().

Návratové hodnoty

Returns formatted date on success or FALSE on failure.

Viz také

date()