ionutb - tech & more
Sunday, September 4, 2011
Mysql unix timestamp to date
Mysql unix timestamp to date:
FROM_UNIXTIME(
unix_timestamp
)
function
.
Example:
SELECT *, FROM_UNIXTIME(time_expire) texp FROM _queue ORDER BY texp;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment