Quote:
Originally posted by Farch
'CINFO_LOGINTIME' - If specified, integer element containing 'unix time' is added.
what about date?
like: Login in Friday, 24 April, at 10:04 AM
|
http://us2.php.net/manual/en/function.date.php
date("D, d F, H:i",CINFO_LOGINTIME)
try that.