Calculates date’s day of the week using a modified Rata Die method with fractional years.
_date | Date of [year, month, day]. ARRAY |
Day of the week (0: Sunday, 6: Saturday, -1: invalid) <NUMBER>
[systemTimeUTC] call CBA_fnc_weekDay; [date] call CBA_fnc_weekDay; [[2022, 2, 16]] call CBA_fnc_weekDay;
Jonpas