monday
i think its monday!
Weekend is Saturday and Sunday. Weekday is any of the 5 days of the week (Monday, Tuesday. Wednesday, Thursday or Friday)
Weekday.
Some compound words with "week" are weeknight, weekday, weekend, and weeklong.
Weekday (Tuesday)
WEEKDAY(DATE(1954,9,2)) = 5 ( Thursday )
YES!!! then i will not have to go to school every stinkin' weekday!
Day Weekday (Monday to Friday) Daylight
It was a Friday. I used the WEEKDAY() function in Excel.
One way to determine the day of week based on the date is to use Zeller's congruence. For the Gregorian calendar... int dayofweek (int month, int day, int year) { int weekday; if (month < 3) month += 12; weekday = day; weekday += int ((month + 1) * 26 / 10); weekday += year; weekday += int (year / 4); weekday += 6 * int (year / 100); weekday += int (year / 400); weekday %= 7; return weekday; /* 0 = Sunday, ..., 6 = Saturday */ }
UFO's come at a random time during a weekday once a week, but will come every week.
Every weekday usually at 2:00-3:00.