Skip to contentSundays_tween
Returns the number of Sundays between to valid dates. function sundays_tween($sdate,$edate) ...
Weekdays_tween
Returns the number of week-days between two valid dates. function weekdays_tween($sdate,$edate) ...
DaysBetween
Returns the number of days between to valid dates. function DaysBetween($startdate,$enddate) ...
FirstDayOfMonth
Returns a full textual representation of the day of the week for the first day of ...