codehaven - php snippets - coding help
Generic filters
Exact matches only

Convert a RFC2822 date to dd/mm/yy (normal!)

24th June 2014

Php - Dates & Time

php codehaven

To convert from RFC2822 date format to any other you will need to turn it into a unix date first

Was this code snippet helpful?