This project was made for my Day of The Week Finder (https://scratch.mit.edu/projects/782625601/ ), however, I spent a lot of time making this (I think) completely foolproof, so I shared it thinking it could be very useful for someone's project. Feel free to use this in your own projects, just credit me! The month/date/year are variables, so they can be used anywhere. You can change the year min/max values in the stage under the 'When flag clicked' block. This includes TONS of checks to make sure that it should be impossible to enter a date that doesn't exist. This includes leap years, different amounts of days in a month, etc. Mess around with this and try to enter a non-existent date! The text in the boxes is @griffpatch's text engine to make it look nicer than those pesky variable reporters. ------------------Change Log (MM / DD / YYYY)--------------- 12 / 29 / 2022: Fixed another minor issue with the error that the date has changed appearing after changing the month to Feb. during a leap year even if the date was already the 29th. 12 / 28 / 2022: Fixed a minor issue with auto-changing the date to 29 after setting the month to February even if the date was previously less than 29. This only occurred if the year that was selected was a leap year. 12 / 28 / 2022: Initial Release