I am developing a dashboard where I want track some maintenance tasks such as changing the HVAC filters and flushing the HVAC drain to prevent clogs.
I have several issues with the datetime picker.
- It is huge! It uses half of the horizontal space in the column, while it could easily do with 1/3 of what it is currently using.
- If you click on the date you can change it but if you click on the calendar you can browse the calendar but it will not allow me to change the date (if it does, try more than once and you will replicate the issue, I think I saw it randomly work once)
- If you cut and paste a date from one datetime field to another, it was not being registered (the code using these dates was still getting the old dates) regardless of me trying to refresh / make it stick / save
- WTH is it using the US date format when I set everything I can to EU / metric / etc.? Would be nice to be able to configure it system wide or at the very least for each date field