Is there any function in PHP that either accepts a date, or turns it into a timestamp, or can just accept a date in one format and change it to another format? I have a date set in m d format that I want to change to l, F d, Y.
I will need this with dates in other formats, so a function that allows me to specify the date, input format and output format.
source
share