Reset day and month part in dates when not provided
3
votes
It would be nice to have an option to reset day and/or month date part when defining a date field, in case the day or month values are not provided in input.
Current Parseur's behaviour:
09/2022 -> 2022-09-19 (it uses current day as day)
2022 -> 2022-02-19 (it uses current month and day)
Requested behaviour:
09/2022 -> 2022-09-01
2022 -> 2022-01-01