-
Improvement
-
Resolution: Unresolved
-
Normal
-
None
-
2.7.0b1
-
None
There is currently no scripting function capable of parsing dates in a variety of formats, including months as text. Suggest adding a new $parsedate() function that uses the dateutil.parser.parse method. This allows parsing input dates such as "September 23, 2017" or "23 Sept 2017" into "YYYY-MM-DD" format for use with other date-related scripting functions.