problem over getdate and gettime
#1

Let's say it's 14:00 now, when i'd get the time it'd type it like this: 14:0 instead of 14:00 how can i fix this shit?
Reply
#2

simple
PHP код:
format(string,sizeof(string),"%02d:%02d",hour,minute); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)