8 lines
119 B
Text
8 lines
119 B
Text
{{ 'today' }}
|
|
|
|
{{ 'today'|date }}
|
|
|
|
{{ 'today'|date('Y') }}
|
|
|
|
{{ 'today'|date('Y') - 2007 }} # 18 (years of experience)
|
|
|