LimeSurvey: master 19241720

Author Committer Branch Timestamp Parent
mfaber mfaber master 2014-01-09 22:44:18 master f0d82f9b
Affected Issues  07224: EM cannot work with dates (or I cannot work with EM)
Changeset

Fixed issue #7224: comparison of dates (partial fix)

Dev: LEMval() now returns answers to date questions in yyyy-mm-dd HH:MM
Dev: format, independent of the date format that is chosen for the
question
Dev: or the particular survey. Thus, comparisons between different date
Dev: questions are possible (e.g. relevance or validation equations
Dev: "arrivaldate > departuredate") even when one question is in
Dev: dd.mm.yy and the other in mm/dd/yyyy HH:MM format
Dev: (same or previous page).
Dev: qanda_helper.php: min/max logic had to be changed accordingly
Dev: and is less complicated now.

mod - application/helpers/qanda_helper.php Diff File
mod - scripts/expressions/em_javascript.js Diff File