Dates are not formatted like they should
Dates are formatted according to the server configuration.
Please adjust the "locale" setting of your server, you will find more information on php.net/strftime
Thanks to the Smarty Date-Modifiers you can tweak the dates to your needs, e.g.:
{$coupon_expire|date_format:"%A, %B %e %Y"}
outputs
Monday, 1. December 2021
You find more information on Smarty Date-Modifiers.
Found errors? Think you can improve this documentation?
edit this page