Day of the week?
mpullin
Posts: 949
What is the most efficient way of determining the day of the week given the date? If you had to write a NetLinx function to do something based on what day of the week it was, what would you do?
0
Comments
Toss a comparator using the above function into a timeline that repeats every day and if the day is a match, call your function.
--John