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?

trixiemay
 
whollands replied on at Permalink Best Answer Reply
whollands
As far as I'm aware there is no way to add a date into a text block, not unless you want to type it in manually as text.

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
ramonleenders replied on at Permalink Reply
ramonleenders
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.