pub fn is_date_format_code(code: &str) -> boolExpand description
Returns true if a custom number format string looks like a date/time format.
Checks for common date/time tokens such as y, m, d, h, s in the format code. Ignores text in quoted strings and escaped characters.