Actions

QS

QS:Datum max

From LimeSurvey Manual

Revision as of 07:18, 14 August 2023 by Maren.fritz (talk | contribs) (Created page with "Dieses Frageattribut kann verwendet werden, um den Maximalwert für die Datumsfrage festzulegen (im YMD-Format oder einer anderen gültigen englischen Zeichenfolge – weitere...")


Maximales Datum (date_max)

Beschreibung

Dieses Frageattribut kann verwendet werden, um den Maximalwert für die Datumsfrage festzulegen (im YMD-Format oder einer anderen gültigen englischen Zeichenfolge – weitere Optionen finden Sie unten). Es kann sowohl für Popup- als auch für Dropdown-Anzeigeoptionen verwendet werden.

  Attention : The Expression Manager validation option can also be used for setting up a "maximum date". However, if you use the popup calendar and the expression relies on a previous question located on the same page, the year will not be displayed correctly in the popup calendar.


Valid values

  • 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).