DayPlaceholder: Placeholder = ...

Placeholder for the current day of the week, e.g. "Monday", using en-US as the default locale. Supports an optional locale argument. Barring any issues, this should always be replaced.

Syntax: {{day locale="..."}} or {{dayName locale="..."}} or {{currentDay locale="..."}} or {{currentDayName locale="..."}}, where ... specifies a valid Unicode locale string. The locale argument is optional; if not provided, the default is "en-US".

Generated using TypeDoc