A fully functional calculator that calculates the day of the week for any date between 1900-2099.
If you try to calculate the weekday for a date before 1900 or after 2099, the calculator WILL mess up. You can enter a 2 digit year as well, e.g. 04 or 87. But if you choose to enter the year like this, keep in mind that the calculator will calculate 20xx, instead of 19xx. Therefore, a date like 8/24/87 will be calculated as August 24, 2087 instead of 1987. If you find any bugs (calculator gives the wrong weekday or doesn't give one at all), please report them in the comments. The calculator should be bug-free however, as it gave the right answers for all the test dates I had it do. Entire code by me. Neither other Scratch users nor their projects had code I borrowed.