Damus
billybigpotatoes · 1d
Its trivial to determine the day of the week from the date if you just remember this number: 0336 1462 5035. (Month Code). Take any date month day + month code + last two digits year + integerpart(last two digits year/4) -1 (century code). Then divide by 7 and find remainder. 0=Sunday, 1=Mo...