@@ -35,8 +35,8 @@ public class DataTypeDisplayPattern
3535 new DataTypeDisplayPattern ( ) { Id = 21 , Systemtype = DataTypeCode . DateTime , Name = "Month" , ExcelPattern = "MM" , DisplayPattern = "MM" , StringPattern = "MM" , RegexPattern = null } ,
3636 new DataTypeDisplayPattern ( ) { Id = 22 , Systemtype = DataTypeCode . DateTime , Name = "d/M/yyyy h:mm:ss tt" , ExcelPattern = @"d\/M\/yyyy hh:mm:ss tt" , DisplayPattern = "d/M/yyyy h:mm:ss tt" , StringPattern = "d/M/yyyy h:mm:ss tt" , RegexPattern = null } ,
3737 new DataTypeDisplayPattern ( ) { Id = 23 , Systemtype = DataTypeCode . DateTime , Name = "M/d/yyyy h:mm:ss tt" , ExcelPattern = @"M\/d\/yyyy hh:mm:ss tt" , DisplayPattern = "M/d/yyyy h:mm:ss tt" , StringPattern = "M/d/yyyy h:mm:ss tt" , RegexPattern = null } ,
38- new DataTypeDisplayPattern ( ) { Id = 24 , Systemtype = DataTypeCode . DateTime , Name = "DateTimeIso without T" , ExcelPattern = @"yyyy-MM-dd hh:mm:ss" , DisplayPattern = "yyyy-MM-dd hh:mm:ss" , StringPattern = "yyyy-MM-dd HH:mm:ss" , RegexPattern = null } ,
39- new DataTypeDisplayPattern ( ) { Id = 25 , Systemtype = DataTypeCode . DateTime , Name = "DateEu with time" , ExcelPattern = @"dd\.MM\.yyyy hh:mm:ss" , DisplayPattern = "dd.MM.yyyy hh:mm:ss" , StringPattern = "dd.MM.yyyy hh:mm:ss" , RegexPattern = null } ,
38+ new DataTypeDisplayPattern ( ) { Id = 24 , Systemtype = DataTypeCode . DateTime , Name = "DateTimeIso without T" , ExcelPattern = @"yyyy-MM-dd hh:mm:ss tt " , DisplayPattern = "yyyy-MM-dd hh:mm:ss tt " , StringPattern = "yyyy-MM-dd HH:mm:ss tt " , RegexPattern = null } ,
39+ new DataTypeDisplayPattern ( ) { Id = 25 , Systemtype = DataTypeCode . DateTime , Name = "DateEu with time" , ExcelPattern = @"dd\.MM\.yyyy hh:mm:ss tt " , DisplayPattern = "dd.MM.yyyy hh:mm:ss tt " , StringPattern = "dd.MM.yyyy hh:mm:ss tt " , RegexPattern = null } ,
4040 new DataTypeDisplayPattern ( ) { Id = 26 , Systemtype = DataTypeCode . DateTime , Name = "Hour" , ExcelPattern = @"HH" , DisplayPattern = "HH" , StringPattern = "HH" , RegexPattern = null } ,
4141 new DataTypeDisplayPattern ( ) { Id = 27 , Systemtype = DataTypeCode . DateTime , Name = "Minute" , ExcelPattern = @"mm" , DisplayPattern = "mm" , StringPattern = "mm" , RegexPattern = null } ,
4242 new DataTypeDisplayPattern ( ) { Id = 28 , Systemtype = DataTypeCode . DateTime , Name = "Secound" , ExcelPattern = @"ss" , DisplayPattern = "ss" , StringPattern = "ss" , RegexPattern = null } ,
0 commit comments