How to display current time |
1/8/2007 3:45:47 PM |
PHPRunner General questions | |
N
Norian author
Hello, |
|
L
|
larsonsc 1/8/2007 |
Try using this: date("H:i:s")
|
N
|
Norian author 1/9/2007 |
Try using this: date("H:i:s")
|
L
|
larsonsc 1/9/2007 |
Glad to hear that worked for you. I'm only knowledgable about the kind of default data strings and such I have run into issues with myself! I spend a lot of time on the php.net page looking up functions. And even then I usually goof them up a few times. ;-) You'll get the hang of it faster than you think though. Once you do a few of them, it seems to just start to flow. |