Add possibility to ignore colon when typing "Hour" field in "Due date"
Originally posted in https://github.com/nextcloud/tasks/issues/2394#issue-1989355175 by @wiktor2200
Is your feature request related to a problem? Please describe.
Hello! I would like to propose a feature known from lost of Calendar and management solutions. When typing a hour in "Due date" field, there is a need to type whole expression e.g. 09:00 which causes constant misinterpreration when you are used to typing hour without : char.
Describe the solution you'd like
It would be great if as input it would be possible to give any of: 900, 0900 or 09:00 and all three possibilities would be parsed as 09:00.
For 24h version and hours above 12:00, let's have similar for 2 options: 13:00 and 1300 both should be parsed to 13:00 field.
Describe alternatives you've considered
No response
Additional context
No response
It is already supported by NcDateTimePickerNative as a native feature.
but it doesn't work with a clipboard.
It is already supported by
NcDateTimePickerNativeas a native feature.but it doesn't work with a clipboard.
Yes, but it would be good to also support this for NcDateTimePicker.