Created date is 2014-04-15 10:30:00pm2026-04-02 12:00:00am
2026-04-04 12:00:00am
2026-07-01 03:19:14pm
Apr 04
Apr 11
Apr 18
Apr 25
May 02
May 09
• The PHP strtotime() function is used
to convert a human readable string
to a Unix time.
• Syntax:
strtotime(time,now)
• PHP is quite clever about converting
a string to a date, so you can put in
various values:
• However, strtotime() is not perfect,
so remember to check the strings
you put in there.
Go to Next Page