current date and time
Posted: Sat Aug 22, 2009 6:40 am
kindly tell me the code for displaying current date and time means system date and time
thanks
thanks
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
date('d/m/y, H:i', time());