Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,5 @@ 1 1 {{velocity}} 2 -$datetool 2 +#set($dateStart = $datetool) 3 3 {{/velocity}} 4 4 5 5 (% class="jumbotron" %) ... ... @@ -37,3 +37,9 @@ 37 37 38 38 ))) 39 39 ))) 40 + 41 + 42 +{{velocity}} 43 +#set($dateEnd = $datetool) 44 +$datetool.difference($dateStart, $dateEnd) 45 +{{/velocity}}