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: 03/23/2026 06:03PM
{{ 'now'|td('de') }}
Output: 23.03.2026 18:03
{{ 'now'|td(null, 'Y-m l') }}
Output: 2026-03 Monday
{{ 'now'|td('lt', 'Y-m l') }}
Output: 2026-03 Pirmadienis
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'