DateTime

Get Day Of Week

6min
this action returns the index of the day of the week for a datetime datetime inputs & outputs \[ i ] date datetime datetime to get the index of the day of the week for \[ i ] numbering drop down for day indexing configuration week begins on sunday(1) and ends on saturday(7) week begins on monday(1) and ends on sunday(7) week begins on monday(0) and ends on sunday(6) \[ o ] day number integer integer equal to the index of the day of the week example usage drag action onto canvas to get familiarized with it declare some variables to be used with the action assign the newly created variables save & run the process and then check instance to see the output use cases determining the day of the week for a given date tips to check if a date is on a weekday, consider using is weekday to check if a date is on a weekend, consider using is weekend