First, thanks for the great software!
If there’s one thing I can think about improving in Manager, it’s about date input. Manager expects a fixed format that is extremely unforgiving, and can slow down date entry tremendously for me.
Right now, I’ve configured my date format as such:
Basically, a DD/MM/YYYY format where day goes before month.
It seems reasonable to expect then that, 1/11/2021 would work and be interpreted as 1 Nov 2021:
However, that does not work, because Manager insists on a leading zero for both day and month. So only 01/11/2021 would work.
For a day like 1 February, 1/2/2021 would not work; I’d need to add leading zeros to both day and month, like 01/02/2021.
It’d also improve my speed tremendously if Manager can also accept two-digit year instead of insisting on four-digit year. So 1/2/21 for 1 February 2021.
I think the date format in Settings affects both display and entry. I wish the entry part can be more a lot more forgiving. Since Manager already has my preferred order of date components, it would make sense to me to be able to accept D/M/YYYY and D/M/YY as well.