I want to display the name of the current month in a phrase. Tried inserting
and
into a phrase, but of course those didn't work.
Is there a way to do this?
PHP Code:
<? php echo date('F'); ?>
Code:
{F}
Is there a way to do this?
Comment