LimeSurvey: 3.x-LTS 84e7ae05

Author Committer Branch Timestamp Parent
gabrieljenik GitHub 3.x-LTS 2021-02-25 19:47:56 3.x-LTS 1194bb53
Affected Issues  16976: Date format problem
Changeset

Fixed issue 16976: Date format problem (#1761)

This patch is for the edit tokens screen.
This happens because the dates are somehow double converted (calling 2 times convertToGlobalSettingFormat)

This was already fixed for the invitation sent date. Now doing it for the reminder date.

mod - application/views/admin/token/tokenform.php Diff File