Add MACRO day_and_date
Formats a string date to <day of week>, <YYYY-mm-dd>
This commit is contained in:
parent
c32a343728
commit
27caa97c7d
@ -54,6 +54,10 @@
|
|||||||
<!--% eps_day.format("$eps_date 0:0:0") %-->
|
<!--% eps_day.format("$eps_date 0:0:0") %-->
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
|
|
||||||
|
<!--% MACRO day_and_date(eps_date) BLOCK %-->
|
||||||
|
<!--% day_from_date(eps_date) %-->, <!--% eps_date %-->
|
||||||
|
<!--% END %-->
|
||||||
|
|
||||||
<!--% MACRO tag_to_id(tag, is_index) BLOCK %-->
|
<!--% MACRO tag_to_id(tag, is_index) BLOCK %-->
|
||||||
<!--% tag = tag.replace('\s+','_') %-->
|
<!--% tag = tag.replace('\s+','_') %-->
|
||||||
<!--% IF is_index %-->
|
<!--% IF is_index %-->
|
||||||
|
Loading…
Reference in New Issue
Block a user