26.03.2016, 18:39
Hi!
Timestamp shouldn't be a string. You don't have to change all because you can do this:
to
Timestamp shouldn't be a string. You don't have to change all because you can do this:
PHP код:
TimestampToDate(timestamp,date[0],date[1],date[2],date[3],date[4],date[5],2);
PHP код:
TimestampToDate(strval(timestamp),date[0],date[1],date[2],date[3],date[4],date[5],2);