If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > date and time

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-04-08, 04:05
alabama alabama is offline
Registered User
 
Join Date: Aug 2008
Posts: 3
Question date and time

Hi

how database can be printed by some date and time colmun it has?

I need to print it in PHP in the following way: 23/05/08 13:23

Thanks

Last edited by alabama; 08-04-08 at 04:10.
Reply With Quote
  #2 (permalink)  
Old 08-04-08, 04:18
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
look at the format functions such as printf or sprintf in PHP. there are similar functions within MySQL but I wouldn't recommend you using those as in my books its plain wrong to format at the SQL level as you never know how you want to use the data in the application.
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 08-04-08, 04:21
alabama alabama is offline
Registered User
 
Join Date: Aug 2008
Posts: 3
update query

Thank you.
BTW, which books are you talking about?
Reply With Quote
  #4 (permalink)  
Old 08-04-08, 04:39
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
that was just a figure of speech, an expression, meaning "in my opinion"

http://idioms.thefreedictionary.com/in+my+book
http://www.usingenglish.com/referenc...n+my+book.html

and i agree, it is always better to format the date in the application
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #5 (permalink)  
Old 08-04-08, 05:02
alabama alabama is offline
Registered User
 
Join Date: Aug 2008
Posts: 3
oo I'm so stupid
Thank you again
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On