tpl/time: Re-add the time example

This commit is contained in:
Bjørn Erik Pedersen 2017-05-20 11:41:43 +03:00
parent 446a771dd9
commit a6d218c26f

View File

@ -1439,12 +1439,10 @@
"Args": [
"v"
],
"Aliases": [
"asTime"
],
"Aliases": null,
"Examples": [
[
"{{ (asTime \"2015-01-21\").Year }}",
"{{ (time \"2015-01-21\").Year }}",
"2015"
]
]