Messages.dateInput
configurationThe messages that DateInput uses. Use it to customize or localize the placeholders of each date/time part.
messages.dateInput
Objectmessages.dateInput.day
StringThe placeholder for the day of the month part.
Default: "day"
The placeholder for the AM/PM part.
Default: "AM/PM"
messages.dateInput.hour
StringThe placeholder for the hours part.
Default: "hours"
The placeholder for the minutes part.
Default: "minutes"
messages.dateInput.month
StringThe placeholder for the months part.
Default: "month"
The placeholder for the seconds part.
Default: "seconds"
The placeholder for the day of the week part.
Default: "day of the week"
messages.dateInput.year
StringThe placeholder for the years part.
Default: "year"