date conversion

date conversion

neil watson - દ્વારા
Number of replies: 3

Hi,

looking at the last asccess date in MYSQL, how do I convert it to something more meaningful? What format is this?

 1201016302

cheers,

neil

In reply to neil watson

Re: date conversion

Joseph Rézeau - દ્વારા
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Hi Neil,
Use Convert Unix timestamp to Readable Date/time
For instance your 1201016302 unix timestamp date is = Tue, 22 Jan 2008 15:38:22 GMT
Joseph