Date Format
Reformat an ISO 8601 datetime string into a named human-readable form. Source must yield a string parseable by JS Date (ISO 8601 is the safe lingua franca). Returns the empty string when the source is empty or unparseable, so authors can wrap the result in a Fallback to substitute a placeholder for missing dates.
- Subclass Of
Expression