Avatar

Level 10

Hi again,

here some Edit Pattern that allow a more flexible input of a date/time for users.

Many users hate to use : as separator, as it is not close to the number block on the keyboard, so with the edit pattern you can define other separators like /-, which then can be used for the input too.

Edit Pattern:

date{DD.MM.YYYY}|date{DDMMYYYY}|date{DD MM YYYY}|date{DD-MM-YYYY}|date{DD:MM:YY}|date{DDMMYY}|date{DD MM YY}|date{DD-MM-YY}|date{DD,MM,YYYY}|date{DD/MM/YYYY}|date{DD,MM,YY}|date{DD/MM/YY}

Display Pattern:

date{DD.MM.YYYY}

Input > Formatted Value:

311211 > 31:12:2011

01 01 11 > 01:01:2011

12-08-14 > 12:08:2014

22.11.2020 > 22:11:2020

14/12/10 > 14:12:2010

22,11,00 > 22:11:2000

Edit Pattern:

time{HH:MM:SS}|time{HHMMSS}|time{HH MM SS}|time{HH-MM-SS}|time{HH:MM}|time{HHMM}|time{HH MM}|time{HH-MM}|time{HH.MM.SS}|time{HH.MM}|time{HH,MM}|time{HH,MM,SS}|time{HH/MM}|time{HH/MM/SS}

Display Pattern:

time{HH:MM:SS}

Input > Formatted Value:

00 > 00:00:00

123456 > 12:34:56

01-33 > 01:33:00

14.55 > 14:55:00

09 08 07 > 09:08:07

23:23 > 23:23:00

14/14 > 14:14:00

12,45 > 12:45:00