14,983
edits
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
the current time ex: 2010-12-21 10:05:06 | the human readable current time ex: 2010-12-21 10:05:06 | ||
* php: echo date("y-m-d H:i:s", time()); | * php: echo date("y-m-d H:i:s", time()); | ||
* mysql: SELECT NOW(); | * mysql: SELECT NOW(); | ||