OMG, PHP has to have a simple function that converts an integer representing a date since 1900 to month, day, year. If so, I can't find it.
I've got a CSV file from a spreadsheet that outputs the date as that integer value. All I want to do is read the file, convert that date integer to m,d,y and then display to a table on my site.
I've looked and looked and refuse to believe there isn't a simple way in PHP to do this conversion.
Anybody know of a way?