DatePlaceholder: Placeholder = ...

Placeholder for the current date supporting an optional format argument. Defaults to "Month Day, Year". Barring any issues, this should always be replaced.

Syntax: {{date format="..."}} or {{currentDate format="..."}}, where ... specifies a valid Unicode date format string. The format argument is optional; if not provided, the default is "MMMM d, yyyy" (e.g. "January 1, 2024").

Generated using TypeDoc