Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old February 15th, 2003, 03:10 AM
Link Link is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 1 Link User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Getting the date from mysql and formatting with PHP

Right, first, I am new to the boards, so hi to everyone.

My problem: I am creating a news...thing with php and mysql. ATM I am trying to get the date each date was posted to show up on each post (If you see what I mean) using the timestamp type in mysql.

I can get it to show up fine, but only as 20030215044014 or similar. Any idea on how to format it.

Thanks for any help.

Link

Reply With Quote
  #2  
Old February 15th, 2003, 07:01 AM
brut brut is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 367 brut User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 30 sec
Reputation Power: 2
RE: Getting the date from mysql and formatting with PHP

You can format the timestamp right from your query. For example:
Code:
$query=SELECT date_format(ts_column_name,'%W %M %c %Y %r') FROM table_name WHERE id=5;

will output(assuming the timestamp you posted):

Saturday February 2 2003 04:40:14 AM

You can find more on this here:
http://www.mysql.com/doc/en/Date_and_time_functions.html

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > Getting the date from mysql and formatting with PHP


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway