In columns Create and Parse are names of methods in DT*.cs, located in sunamo projects.
This analyze was did to easy find what formats it’s available and which methods is needed write up.
Date and time (with seconds)
Create | Parse | |
---|---|---|
19890621T00:00:00 | DateToStringAngularDate DateAndTimeToStringAngularDateTime | |
1989-06-21T11:22:00 | DateTimeToStringToInputDateTimeLocal DateTimeToStringFormalizeDateEmptyTime | |
21.6.1989 / 6/21/1989 + " " + mm:ss tt | ToString | |
2018-08-10T11:33:19Z | StringToDateTimeFormalizeDate | |
yyyy_mm_dd With A2 append hh_mm | DateTimeToFileName |
Date and time (without seconds)
Create | Parse | |
---|---|---|
2011-10-18 10:30 | FormatDateTime | |
21.6.1989 11:22 | DateTimeToString | |
6/21/1989 11:22 | DateTimeToString | |
1989_06_21_11_22 | FileNameToDateTimePrefix FileNameToDateTimePostfix |
|
1989_06_21 | FileNameToDateTimePrefix FileNameToDateTimePostfix |
|
2015-09-03T21:01 | StringToDateTimeFromInputDateTimeLocal |
Date
Create | Parse | |
---|---|---|
d.m.y | ToShortDate ToShortDateString DateToStringOrSE DateToString | |
1989-06-21 | DateTimeToStringFormalizeDate | |
d/m/yyyy | ParseDateMonthDayYear | |
m/d/yyyy | ParseDateMonthDayYear | |
yyyy_mm_dd | DateTimeToFileName | |
mm/dd/yyyy | DateToStringjQueryDatePicker DateToStringOrSE DateToString | ParseDateUSA ParseDateMonthDayYear |
Time (without seconds)
Create | Parse | |
---|---|---|
11:22 | ToShortTimeFromSeconds | |
hh:mm tt | ParseTimeUSA |
Time (with seconds)
Create | Parse | |
---|---|---|
mm:ss tt | ToShortTimeString | ParseDateTimeUSA |
12:00:00 | TimeToStringAngularTime ToShortTimeWithSecond |
Time (with ms&s) and other formats
Create | Parse | |
---|---|---|
Wednesday, 21.6.1989 11:22 | DateTimeToStringWithDayOfWeekCS | |
1989-06-21T00:00:00.000Z | DateTimeToStringStringifyDateEmptyTime DateTimeToStringStringifyDateTime | |
21.6.1989 (středa) | DateWithDayOfWeek | |
????_??_??_S_?* | FileNameToDateWithSeriePostfix | |
Středa, 21.6.1989 | DateToStringWithDayOfWeekCS | |
6/21/1989 (wednesday) | DateWithDayOfWeek | |
12:00:00:000 | AppendToFrontOnlyTime |