Filter translatable strings
Source stringTranslation for TR
Rows
Accepts any date in any <a href="https://www.gnu.org/software/tar/manual/html_chapter/tar_7.html#Date-input-formats">GNU Date Input Format</a>. Strings such as today, +2 months, and Dec 9 2004 are all valid.
You may use tokens. Tokens should use the 'html_date' or 'html_datetime' date format. (i.e. @date_format)
Specifies the minimum date.
To limit the minimum date to the submission date use the <code>[webform_submission:created:html_date]</code> token.
Specifies the maximum date.
To limit the maximum date to the submission date use the <code>[webform_submission:created:html_date]</code> token.
'Date/time' minimum or maximum should not be used with 'Date' or 'Time' specific minimum or maximum.
This can cause unexpected validation errors.
Specifies the minimum date/time.
To limit the minimum date/time to the submission date/time use the <code>[webform_submission:created:html_datetime]</code> token.
Accepts any date in any <a href="https://www.gnu.org/software/tar/manual/html_chapter/tar_7.html#Date-input-formats">GNU Date/Time Input Format</a>. Strings such as today, +2 months, and Dec 9 2004 10:00 PM are all valid.
Specifies the maximum date/time.
To limit the maximum date/time to the submission date/time use the <code>[webform_submission:created:html_datetime]</code> token.
Datetime element is designed to have sane defaults so any or all can be omitted.
Both the date and time components are configurable so they can be output as HTML5 datetime elements or not, as desired.
A description of the range of years to allow, like '1900:2050', '-3:+3' or '2000:+3', where the first value describes the earliest year and the second the latest year in the range.
A year in either position means that specific year.
A +/- value describes a dynamic value that is that many years earlier or later than the current year at the time the webform is displayed.
Use min/max validation to define a more specific date range.
AM
A user-defined date format. See the <a href="http://php.net/manual/function.date.php">PHP manual</a> for available options.
Custom date format…
Enter date format using <a href="http://php.net/manual/en/function.date.php">Date Input Format</a>.
Time format
Custom time format…
Enter time format using <a href="http://php.net/manual/en/function.date.php">Time Input Format</a>.
Time step
Enter interval in seconds.
HTML datetime - Use the HTML5 datetime element type.