I have a database that has a numeric sequence written to a table that means a date of publication of an article. I would like to know if anyone can decipher this number sequence so I can print the correct date through PHP.
For example:
1464880280 = 02/06/2016
1465580280 = 10/06/2016
1466513100 = 21/06/2016
Can anyone decipher and help me create a function to display this converted date?