LimeSurvey: 2.05 171e4b65

Author Committer Branch Timestamp Parent
mfaber mfaber 2.05 2013-06-22 15:59:28 2.05 605b0929
Changeset

updated feature 07145: validation field for date/time question

DEV: added "validation" and respective tip field to the advanced
attributes
DEV: of the date/time question and changed em_manager_helper so field is
evaluated
DEV: and EM color coding is applied.
DEV: In connection with strtotime() one can for example enforce that
only dates
DEV: before "today" are entered: strtotime(self)<=strtotime("now")

mod - application/helpers/common_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File