Converting a string representation of date to Date format

It is possible to use strtotime method in PHP to convert human readable representation of date and difference between dates to Date format.

Example of date descriptions that can be given to this command are: now, plus or minus so many days, next Wednesday, last day of the month.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator