I know about the php time() function. But I just want it to return the current time. Nothing else.
16:23. No PM, no AM, no date, no seconds. How can I do this?
16:23
You can do this by format characters:
echo date("H:i");
look here.