v.23.3New Feature
Support for Comma-Separated Date Format in parseDateTimeBestEffort Function
Support for date format with a comma, likeDec 15, 2021in theparseDateTimeBestEffortfunction. Closes #46816. #47071 (chen).
Why it matters
This feature enhances theparseDateTimeBestEffort function to correctly recognize and parse date strings that include a comma, addressing parsing issues with common date formats like "Dec 15, 2021". It improves usability by broadening the range of date formats automatically supported without manual formatting.How to use it
Simply use theparseDateTimeBestEffort function as usual on date strings that include a comma. No additional configuration is necessary.