How would I go about getting the day of the week of a certain day?
I want to make a calendar and I want to know what day is the first day (ex if March 1st is on a Friday)...
Right now I could use a combination of date(N) ( numeric representation of the day of the week ) and date(j) (Day of the month) then do some % math to figure it out, but there must be a better way.
Any ideals? I figure there must be a way to do this using date(N) but specifing what day you want to know (as opposed to the current day)


Reply With Quote
