DateSplit

Split DateTime value to year, month, day, weekday, hour, minute, second and milli-second.

Input/Output

Number of Connections: 1
InputData TypeDescription
Input1DateTimeDate-time data

OutputData TypeDescription
Output1IntegerYear (Hour when Mode is "Time")
Output2IntegerMonth (Minute when Mode is "Time")
Output3IntegerDay (Second when Mode is "Time")
Output4IntegerWeekday (Milli-seconds when Mode is "Time")
Output5IntegerHour (None when Mode is not "DateTime")
Output6IntegerMinute (None when Mode is not "DateTime")
Output7IntegerSecond (None when Mode is not "DateTime")
Output8IntegerMilli-second (None when Mode is not "DateTime")

Property

NameProperty TypeDescription
Modechoice Specifies how output the data.
DateTime - Outputs year, month, day, weekday, hour, minute, second and milli-second. (8 values are output)
Date - Outputs year, month, day and weekday. (4 values are output)
Time - Outputs hour, minute, second and milli-second. (4 values are output)
TimeZonechoiceSpecifies the time zone.
System Timezone [(default)]
The system's default time zone is used.
(GMT) [(GMT)]
Greenwich Mean Time is used.
WeekDaychoice Specifies the format of weekday.
num - Output as a number. (Sunday is 1)
EN - Output as a English expression. (Sunday, Monday, ...)
en - Output as a English expression of 3 letters. (Sun, Mon, ...)
jp - Output as a Japanese expression of 1 letter. (日, 月, ...)

Topic