Actions

QS

QS:Date max

From LimeSurvey Manual

Revision as of 19:45, 2 April 2018 by FuzzyBot (talk | contribs) (Updating to match new version of source page)


Maximum datum (date_max)

Beschrijving

This question attribute can be used to set the maximum value for the date question (in y-m-d format or any other English valid string - see below for more options). It can be used for both popup and dropdown display options.

  Attentien : De validatie-optie Expressie beheer kan ook worden gebruikt voor het bepalen van een maximum datum. Als je echter de pop-up kalender gebruikt en de expressie is afhankelijk van een vraag op dezelfde pagina wordt het jaar niet goed weergegeven.


Geldige waarden

  • Any date value in format YYYY-MM-DD (eg., 2018-08-24);
  • Any year value;
  • Any English string : "now", "-10 years", "tomorrow";
  • Reference to another date/time question : AnotherDateQuestion (using the question code);
  • Expressions: With expressions, a date can be dynamically calculated. For example, you can use a date from a previous answer + 3 days as a maximum date for the present question by entering: date("Y-m-d",strtotime(departuredate)+3*60*60*24).