Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,161,579 members, 7,847,446 topics. Date: Saturday, 01 June 2024 at 05:36 PM

Php Date Format - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Php Date Format (1141 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"wink;
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 cheesy grin

(1) (Reply)

Rise Of The Terminators: Supercomputers That Are Hackers. / Pls Where Can I Learn Web Design And Graphic Design In Ikeja, Lagos / [hiring] [remote] Looking For Full-time Software Engineers

(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 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 7
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.