Convert.
#1

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

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

It accepts format, look at the 3rd example.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)