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