DateFunctions
Use this module to do many calculations concerning dates. I will maybe add a few more later on.This module inlcudes the following Functions:1. DayOfWeek (Returns the day of the week of a certain date)2. DayOfYear (Returns the day of the year, eg. 31 December 1999 will be 365)3. DaysBetween (Returns the amount of days between two dates)4. DaysInMonth… Read More »