Page 1 of 1

current date and time

Posted: Sat Aug 22, 2009 6:40 am
by yasir_memon
kindly tell me the code for displaying current date and time means system date and time
thanks

Re: current date and time

Posted: Sat Aug 22, 2009 6:53 am
by jackpf

Code: Select all

date('d/m/y, H:i', time());