Skip to content

Compare: Filters

New page
Showing with 1 addition and 1 deletion.
  1. +1 −1 Filters.md
2 changes: 1 addition & 1 deletion Filters.md
Expand Up @@ -16,7 +16,7 @@ Templates come with a powerful feature called 'formatters' or 'filters' which he
now : shows current datetime in 2001/12/31 23:59:59 format now : shows current datetime in 2001/12/31 23:59:59 format
today : shows current date in 2001/12/31 format today : shows current date in 2001/12/31 format
year : shows current year, good for Copyright {@|year} MyCorp. year : shows current year, good for Copyright {@|year} MyCorp.
ago : time elapsed in days/hours/mins and seconds ago ago : elapsed time in days/hours/mins and seconds
decimal : shows float numbers with two decimals only decimal : shows float numbers with two decimals only
money : shows float numbers with dollar sign and two decimals money : shows float numbers with dollar sign and two decimals
pointer : dereferences pointer to value pointer : dereferences pointer to value
Expand Down