Hi guys,
I wanted a text box that keeps track of the current time in the format 09:23AM etc
I know I have to use time() function but that would only give you the current time when the page was loaded. I wanted to know if there was a way to get the text box to change the time when the time changes every minute.
I wanted a text box that keeps track of the current time in the format 09:23AM etc
I know I have to use time() function but that would only give you the current time when the page was loaded. I wanted to know if there was a way to get the text box to change the time when the time changes every minute.
Comment