Releases: mdowst/PSDates
Releases · mdowst/PSDates
Release list
v1.0.6
New Features
- DateSummary Class - A new PowerShell class that encapsulates date/time summary statistics
- Get-DateSummary - Analyzes collections of timestamps and provides comprehensive statistics.
- Format-TimeSpan - Formats TimeSpan objects into human-readable, localized text.
- Test-FridayThe13th - Determines if a date is Friday the 13th and calculates next occurrence.
- New localized string resources for Format-TimeSpan function
v1.0.5
New Functionality
- Group-TimeSpan - Groups objects by a specified time span.
- Measure-TimeSpan - Measures statistical properties (such as sum, average, and maximum) of a specified property within grouped time spans.
- Convert-ToDateTime - Converts various input objects to a DateTime object.
v1.0.4
v1.0.2
- Added Get-SunTime function to calculate sunrise and sunsets.
- Added -Format parameter to Get-DateFormat function
- Added argument completers to timezone parameters on Convert-TimeZone
- Fixed misspelling of Quarter in DateTimeExtended class
- Migrated custom outputs to EzOut
- Updated documentation