Displaying the date and time in MySQL, you can achive this using the NOW(), CURDATE() and CURTIME() functions
SELECT NOW( ), CURDATE( ), CURTIME( );
Here is the result generated from my test machine using PHPMyAdmin
mysql date and time example
|
|||||
|
Displaying the date and time in MySQL, you can achive this using the NOW(), CURDATE() and CURTIME() functions SELECT NOW( ), CURDATE( ), CURTIME( ); Here is the result generated from my test machine using PHPMyAdmin mysql date and time example |
|||||
|
Copyright © 2010 Getphp : PHP and MySQL resources - All Rights Reserved Powered by Yahoo! Answers SEO Powered by Platinum SEO from Techblissonline |
|||||