MySQL Forums
Forum List  »  Newbie

Re: A question about date and time....
Posted by: Felix Geerinckx
Date: May 02, 2005 12:31AM

Boory wrote:

> But I can't understand the date / time format in the database. The actual
> date / time is 2005 / 05 / 02 7:23 and the entrie in the database field is 1115011429.

select FROM_UNIXTIME(1115011429);

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

--
felix

Options: ReplyQuote


Subject
Written By
Posted
Re: A question about date and time....
May 02, 2005 12:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.