Get Day of the Week

Logic Name

Get Day of the Week

Function

Gets day of the week from the input date/time.

Data Types

Location Type
The first input handler Date
Logic output Numeric
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Function Details

The corresponding scheme of the output value and day is as follows.

Numeric 1 2 3 4 5 6 7
Day of the week Sunday Monday Tuesday Wednesday Thursday Friday Saturday

Logic Sample

Mapping Definition

Logic Settings and Processing Result

The logic output the numeral corresponding to day of the week of the input date/time.
Property Settings
Property Setting
None  
Input Data
1975-05-11T00:00:00.000+0900
1982-09-01T00:00:00.000+0900
1986-10-17T00:00:00.000+0900
Result Data
1
4
6