date_format

(PHP 5 >= 5.1.0RC1)

date_format -- Returns date formatted according to given format

Descrizione

string date_format ( DateTime object, string format )

string DateTime::format ( string format )

Elenco dei parametri

object

DateTime object.

format

Format accepted by date().

Valori restituiti

Returns formatted date on success or FALSE on failure.

Vedere anche:

date()