You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated Get-Calendar and Show-Calendar to fix empty trailing day when specifying a different first day of the week. Issue #32. Thanks again to Matthew Gray for code suggestion.
Updated _getCalendar to use a generic list for the days instead of an array. This provides a slight performance benefit.
Added a parameter called CalendarYear to display a full year calendar for Get-Calendar and Show-Calendar. Issue #31