Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,222,808 members, 8,053,295 topics. Date: Wednesday, 15 January 2025 at 09:44 AM |
Nairaland Forum / Science/Technology / Programming / Php Date Format (1171 Views)
Special Codes To Format Text On Nairaland / How To Make A Simple Calculator In Notepad Using .bat Format / How To Convert Folder/file To Jpeg Format (2) (3) (4)
(1) (Reply)
Php Date Format by cs200200(m): 3:39pm On Mar 08, 2010 |
Hello, I been on this simple task to most of you for some hrs now, I am currently working on a small project and I have issues with formatting my date. I will be glad if someone can help. Problem I have a table called tblnews and I have newsid, contentbody, newsdate. Using while statement how do I display all the news selected from my database and most importantly format the date into dd/mm/yyyy not the default yyyy-mm-dd |
Re: Php Date Format by lojik(m): 5:46pm On Mar 08, 2010 |
$sql ="Select newsid, contentbody, DATE_FORMAT(newsdate, '%d/%m/%Y') as myNewsDate FROM tblnews"; $result = mysql_query($sql) or die("query error" while( $row = mysql_fetch_array($result) ) { echo "newsid=".$row['newsid']; echo "contentbody".$row['contentbody']; echo "myNewsDate".$row['myNewsDate']; echo " "; } That should solve it but i expect you to change the code inside the while loop to something more suitable. Pleas refer to http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html#function_date-format for more date formats. |
Re: Php Date Format by cs200200(m): 6:35pm On Mar 08, 2010 |
Thanks Man, the code gave me what I needed |
(1) (Reply)
I Need A Web App Designer With Experience In Cordova Ionic For A Startup Project / I Want To Learn How To Build Apps And Games, Help! / React tutorials
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2025 Oluwaseun Osewa. All rights reserved. See How To Advertise. 6 |