SA-MP Forums Archive
Convert. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Convert. (/showthread.php?tid=617385)



Convert. - Spenker - 20.09.2016

How to convert UNIX TIME in Date with MYSQL?
Код HTML:
new st = SELECT FROM_UNIXTIME(1447430881);
    printf("Date: %s", st);
Not work...


Re: Convert. - Konstantinos - 20.09.2016

http://dev.mysql.com/doc/refman/5.5/..._from-unixtime

It accepts format, look at the 3rd example.