CodeIgniter Forums
how to display today date ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: how to display today date ? (/showthread.php?tid=18504)



how to display today date ? - El Forum - 05-08-2009

[eluser]yudahebat[/eluser]
I want to take today date to my testimonial data base
how I make it??


how to display today date ? - El Forum - 05-08-2009

[eluser]rogierb[/eluser]
php: date("Y-m-d");
MySQL: curdate();

As descriptive as your question:-)


how to display today date ? - El Forum - 05-08-2009

[eluser]Dam1an[/eluser]
Use the date() function, for all the formatting options, see here

Edit: Got beat to it