Forums
Forums / Fixing WordPress / Insert Date & Time
(@tizhimself)
15 years, 8 months ago
How can I add the date and time on my footer or on my static front page?
(@alchymyth)
wordpress functions the_time() and the_date() http://codex.ww.wp.xz.cn/Function_Reference/the_time http://codex.ww.wp.xz.cn/Function_Reference/the_date
or do you mean the time when the page was called from the server?
<?php date(); ?> http://php.net/manual/en/function.date.php
<?php date(); ?>
or time as in clock – ticking along? would need a simple javascript – search the web, for instance ‘javascript clock’
The topic ‘Insert Date & Time’ is closed to new replies.