Todays Date Display
Permalink
I am trying to figure out a way of displaying the current date and maybe the time as well. Has anyone found a way to do this? If so I would greatly appreciate a quick walkthrough of how to go about doing it. I'm pretty new to C5 and CMS so any help would be great.
Here's the link to the PHP Block -http://www.concrete5.org/marketplace/addons/simple-php-block/...
That would be the absolute easiest way of displaying the current date and time.
If your webserver is in a different timezone you need to do a little adjustment to the time - just let us know if you need help with that.
That would be the absolute easiest way of displaying the current date and time.
If your webserver is in a different timezone you need to do a little adjustment to the time - just let us know if you need help with that.
If so, this page tells you all about how to do it in PHP:http://php.net/manual/en/function.date.php...
It's really pretty simple, and there are lots of formatting choices.
Example:
You could install the PHP block (look in the marketplace) and insert one line of code and be done.