idate

Definition

int idate ( string $format [, int $timestamp = time() ] )

Description

Returns a number formatted according to the given format string using the given integer timestamp or the current local time if no timestamp is given. In other words, timestamp is optional and defaults to the value of time().

[More at php.net]

Parameters



loading


Share/bookmark - idate


Global comments