Standaard wordt bij de date_format modifier de maand in het Engels weergeven, met deze methode kan een eigen locale worden meegegeven;
Standaard wordt bij de date_format modifier de maand in het Engels weergeven, met deze methode kan een eigen locale worden meegegeven;
date_format_locale
{{$timestamp|date_format_locale:'<Locale>':'<Formaat>'}}
date_format_locale
Nederlandse notatie
{{$smarty.now|date_format_locale:'nl-NL':'d MMMM Y'}} 14 maart 2023
{{$smarty.now|date_format_locale:'nl-NL':'MMM d, yyyy'}} mrt. 14, 2023
Duitse notatie
{{$smarty.now|date_format_locale:'de-DE':'d MMMM Y'}} 14 März 2023
Franse notatie
{{$smarty.now|date_format_locale:'fr-FR':'MMM d, yyyy'}} mars 14, 2023
Varianten
Andere varianten
{{$smarty.now|date_format_locale:'en-US':"MMMM d 'at' h:mm a"}} February 5 at 9:25 AM
{{$smarty.now|date_format_locale:'en-US':"EEE, MMM d, ''yy"}} Mon, Feb 5, '24
{{$smarty.now|date_format_locale:'en-US':"h:mm a"}} 9:25 AM
{{$smarty.now|date_format_locale:'es_ES':"d 'de' MMMM, H:mm"}} 2 de abril, 17:00
{{'+7 days'|strtotime|date_format_locale:'nl-NL':'d MMMM Y'}} 14 Februari 2024