LimeSurvey: 2.06 2d6849a8

Author Committer Branch Timestamp Parent
gabrieljenik gabrieljenik 2.06 2015-03-31 21:21:00 2.06 3aa594b5
Affected Issues  09591: Sometimes date_max / date_min validations for date/time questions doesn't allow to use the maximum date expected
Changeset

Fixed issue 09591: Sometimes date_max / date_min validations for date/time questions doesn't allow to use the maximum date expected.

  • Reformat expression held into date_max / date_min into "Y-m-d H:i" format, so comparison can be done among equals format.
  • Now min_date / max_date supports all the date formats correctly parsed by strtotime: YYYY-MM-DD, YYYY/MM/DD, DD.MM.YYYY, MM/DD/YYYY, DD-MM-YYYY, US natural language, ...
mod - application/helpers/expressions/em_manager_helper.php Diff File