MT-SomeDays 1.2.0
- Added more container tags for weekends and month changes:
- <MTSDIfEvenMonth> - month 2, 4, 6, 8, 10, 12
- <MTSDIfOddMonth> - month 1, 3, 5, 7, 9, 11
- <MTSDIfWeekday> - weekday (day of week 1-5)
- <MTSDIfWeekend> - weekday (dow 0 or 6)
- Added more select options to display date ranges:
- <MTSomeDays select="month"> - selects the entire month
- <MTSomeDays select="year"> - selects the entire year
- <MTSomeDays select="X"> - selects the previous X days
- Rewrote to use a subroutine for most functions.
- Fixed non-numeric error when formatting workdates.
- Added NOT container tags for days of the week:
- <MTSDIfNotMon> - date <> monday (day of week 1)
- <MTSDIfNotTue> - date <> tuesday (dow 2)
- <MTSDIfNotWed> - date <> wednesday (dow 3)
- <MTSDIfNotThu> - date <> thursday (dow 4)
- <MTSDIfNotFri> - date <> friday (dow 5)
- <MTSDIfNotSat> - date <> saturday (dow 6)

