Skip to content

Releases: mdowst/PSDates

v1.0.6

Choose a tag to compare

@mdowst mdowst released this 15 Oct 17:31

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

Choose a tag to compare

@mdowst mdowst released this 02 Sep 16:24

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

Choose a tag to compare

@mdowst mdowst released this 10 Jul 13:25
f822808
  • Fix timezone parameter on Get-SunTime
  • Update test and publishing scripts

v1.0.2

Choose a tag to compare

@mdowst mdowst released this 09 Jul 22:13
  • 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

v1.0.1

Choose a tag to compare

@mdowst mdowst released this 27 Apr 14:35
f048388

Added Get-CronDescription to convert cron expressions into human readable descriptions.

Updated documentation with more details and additional examples

1.0.0

Choose a tag to compare

@mdowst mdowst released this 07 Feb 17:10
ea6c025

New commands

  • New-Duration – easily create ISO 8601 formatted durations
  • Get-Easter - find out when Easter will be for any year

Updates and Fixes

Removed dependencies on System.Management so all functions now work across Windows and Linux