frappe
frappe copied to clipboard
feat: Date Time Operations. eg (2024-12-01 + 5d) gives 2024-12-06
-
FEAT: In the date, time and datetime field, user can simply add / subtract the date and time by entering values like
2024-12-01 +5d
17:45:00 -30m
2024-12-01 17:45:00 +1.5hr-2d
VIDEO:
https://github.com/user-attachments/assets/3ce576ae-5d6c-4b4e-93d3-98d0895a5e7e
-
FIX: Time field not updating the manual edit to the time picker (editing the values directly without the picker)
For Time field, if the user changes the time through keyboard, it was not updating to the datetime picker, so when the user again clicks on the field, it changes to the old value.
BEFORE:
https://github.com/user-attachments/assets/69efc637-dd26-4946-a29c-4657c4b051d5
AFTER:
https://github.com/user-attachments/assets/88448358-49a0-4e9b-9556-b56ad449a932