Overview
- Object ID : 2148 (2013-05-06)
- Author : Andrew Silverman | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Category : Tool
- Licence : Other
Content
Simple Spin function to calculate the day of the week from an input year, month, and date (assumes Gregorian Calendar). Properly accounts for leap years.
Far from rocket science, but since I couldn't find a pre-made object with this sort of simple calendar function, I had to write my own.
I thought someone else might get use out of it too. 🙂