LimeSurvey: master e54d2f53

Author Committer Branch Timestamp Parent
gabrieljenik GitHub master 2022-12-01 10:07:53 master a03a9586
Affected Issues  18337: Placeholders VALIDFROM and VALIDUNTIL at email templates do not use localized dates
Changeset

Fixed issue 18337: Placeholders VALIDFROM and VALIDUNTIL at email templates do not use localized dates (#2591)

  • Added a 'dateFunctions' core plugin with new EM function: localize_date(date, language)
  • Make language parameter optional on localize_date()
    Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
add - application/core/plugins/dateFunctions/EMFunctions.php Diff File
add - application/core/plugins/dateFunctions/config.xml Diff File
add - application/core/plugins/dateFunctions/dateFunctions.php Diff File