Idea Summary
Match the value typed in the date field to the format mask.
Examples:
Item value + Format mask --> New item value
20230925 + YYYY.MM.DD --> 2023.09.25
20230925 + YYYY.MM.DD HH24:MI:SS --> 2023.09.25 00:00:00
202309251155 + YYYY.MM.DD --> 2023.09.25
202309251155 + YYYY.MM.DD HH24 --> 2023.09.25 11
202309251155 + YYYY.MM.DD HH24:MI --> 2023.09.25 11:55
202309251155 + YYYY.MM.DD HH24:MI:SS --> 2023.09.25 11:55:00
This small feature would significantly speed up the manual recording of date values.