Open
Description
Short description of the issue
There are lots of issues when parsing the date format, but this one example should get you going.
Y/F
results correctly in "2021-january"
But F/Y
gives me "january-2032" and if I add another page, this time I get "january-2033" so that last digit is incrementing on its own.
Expected behavior
I should be able to use the F/Y
format. Actually, I'd like to be able to have more flexibility, eg F, Y
etc.
Note that I have worked around this by hooking to update the title and name to what I actually want, but I expect someone else will come up against this at some point.