Filter translatable strings
Source stringTranslation for İngilizce
HTML datetime input (localized) - Use the HTML5 datetime-local element type.
HTML date input - Use the HTML5 date element type.
Text input - No HTML5 element, use a normal text field.
None - Do not display a date element
Date element
HTML5 datetime elements do not gracefully degrade in older browsers and will be displayed as a plain text field without a date or time picker.
You should consider using a dedicated Time element, instead of this Date/time element, which will prepend the current date to the submitted time.
Date placeholder
HTML date - @format (@date)
Long date - @format (@date)
Medium date - @format (@date)
Short date - @format (@date)
Date year range
Date minimum
Date maximum
Sun
In Context: Abbreviated weekday
Mon
In Context: Abbreviated weekday
Tue
In Context: Abbreviated weekday
Wed
In Context: Abbreviated weekday
Thu
In Context: Abbreviated weekday
Fri
In Context: Abbreviated weekday
Sat
In Context: Abbreviated weekday
Specifies the day(s) of the week.
Date days of the week
Date settings
HTML time input - Use a HTML5 time element type.
Time picker input - Use jQuery time picker with custom time format
None - Do not display a time element.
Time element
Time placeholder