Getting info from a Date object
Exactly as you might have imagined, we can examine existing date objects after they have been created.
Thus we can check if a date is a specific one, what day of the week is it, compare dates (which one is before the other one?) and many many more.
All the date objects for accessing info (and NOT altering it) are being shown above.
Attention: These are READ-ONLY methods so you can display slices of information from an existing date object. For actually changing date objects' piece of info, proceed to the next page.