strtodate

Definition

int strtodate ( string $time [, string $format] [, int $now ] )

Description

The function expects to be given a string containing a US English date format and will try to parse that format into a date using $format, relative to the timestamp given in now, or the current time if now is not supplied.

[More at php.net]

Parameters




loading


Share/bookmark - strtodate


Global comments