Due to the nature of the plugin, there's no way to demo both basic
and intl
processors so here are some examples of the basic
(default plugin config)
{{ 'now'|td }}
Output: 11/21/2024 11:10AM
{{ 'now'|td('de') }}
Output: 21.11.2024 11:10
{{ 'now'|td(null, 'Y-m l') }}
Output: 2024-11 Thursday
{{ 'now'|td('lt', 'Y-m l') }}
Output: 2024-11 Ketvirtadienis
Same usage with intl
support - only formats are different (see README)
Default config is:
enabled: true
processor: basic # `basic|intl`
formats:
cs: 'd.m.Y H:i'
de: 'd.m.Y H:i'
en: 'm/d/Y h:iA'
es: 'd/m/Y H:i'
id: 'd/m/Y H:i'
lt: 'Y-m-d H:i'