I am reading an excel file and inserting the data into db.
But I am facing problem with the date column.
The format of the cell is set to dd-mm-yyyy
So when I echo, if the date is 17-07-2007 it says 39280. What should I do?
How can I convert 17-07-2007 into a Unix timestamp?