Convert BIGINT to DATE format - TechRepublic
General discussion
October 2, 2006 at 09:42 PM
joko.santoso

Convert BIGINT to DATE format

by joko.santoso . Updated 19 years, 9 months ago

Hi..

I have a mySQL query like the following:

SELECT wo.CREATEDTIME FROM wo

The result is supposed to be a list of date in a human-readable date format (i.e. 26 Jul 2006, 13:40:03) instead of a BIGINT value (i.e. 1153896003593).

Pls advise how to convert the BIGINT value into a human-readable date format. Tks.

This discussion is locked

All Comments