Putting date on text block
Permalink
I am trying to build a "cheats" blog with the Feature block but the rich text editor seems to have lost the ability to add the date (unless I am missing something).
Is there a simple way to add the date to a text block?
Is there a simple way to add the date to a text block?
In addition, you can create blocks with Block Designer (http://www.concrete5.org/marketplace/addons/block-designer... ), which has a "Date" field available in it.
You can always create your own custom concrete5 block:
https://www.concrete5.org/documentation/recorded-trainings/building-...
... and then just have a simple PHP date function:
http://www.w3schools.com/php/php_date.asp...
Hope this helps