GetTime Syntax GetTime(); Description Returns the system time in the format hhmmss (24-hour time format). Returns A string in the format hhmmss. Example $a=gettime(); Returns: $a="120559"
GetTime();
$a=gettime();
$a="120559"