1
I have a database that has a numerical sequence recorded in a table that means a publication date of an article. I wonder if someone can decipher this numerical sequence so I can print the correct date through PHP.
For example:
1464880280 = 02/06/2016
1465580280 = 10/06/2016
1466513100 = 21/06/2016
Someone can decipher and help me create a function to display this converted date?
Looks like a duplicate of: How to convert seconds to "Time:Minute:Second" format?
– rray