Radius Tag Date Format

I’m using a basically unmodified version of the “Stylized Blog”
template.

I want to use a custom date format but I can’t get it to work. In the
following example, the first two dates do not display at all. The third
one (the one that ships with Radiant) does display.

on

Posted by on

Posted by on

Do I have to define my custom date formats before I can use them?

Thanks in advance,

Ben

It uses Time.strftime internally:
http://www.ruby-doc.org/core/classes/Time.html#M000297

IIRC, %F is not valid in a strftime string.

Sean

Thanks Sean! I assumed the strftime strings were the same as PHP. Lesson
learned. :wink: