Thread (stat($file))[10] => YYYY.MM.DD HH:MM:SS: Wie???? (10 answers)
Opened by pktm at 2005-08-14 18:55

jan
 2005-08-14 19:22
#57188 #57188
User since
2003-08-04
2536 Artikel
ModeratorIn
[Homepage] [default_avatar]
lass doch mysql das umwandeln und vergleichen erledigen:
Quote
FROM_UNIXTIME(unix_timestamp) , FROM_UNIXTIME(unix_timestamp,format)

Returns a representation of the unix_timestamp argument as a value in 'YYYY-MM-DD HH:MM:SS' or YYYYMMDDHHMMSS format, depending on whether the function is used in a string or numeric context.

mysql> SELECT FROM_UNIXTIME(875996580);
-> '1997-10-04 22:23:00'


http://dev.mysql.com/doc/mysql/en/date-and-time-functions.html

View full thread (stat($file))[10] => YYYY.MM.DD HH:MM:SS: Wie????