https://github.com/laurentdardenne/etsdatetime
Provides extensions to help manage DateTime types
https://github.com/laurentdardenne/etsdatetime
ets-xml extension-methods
Last synced: about 1 year ago
JSON representation
Provides extensions to help manage DateTime types
- Host: GitHub
- URL: https://github.com/laurentdardenne/etsdatetime
- Owner: LaurentDardenne
- Created: 2017-06-16T17:15:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T08:58:28.000Z (over 3 years ago)
- Last Synced: 2025-04-02T05:14:19.042Z (about 1 year ago)
- Topics: ets-xml, extension-methods
- Language: PowerShell
- Homepage:
- Size: 2.61 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# EtsDateTime
Provides extensions to help manage DateTime types.
To install this module :
```Powershell
$PublishUri = 'https://www.myget.org/F/devottomatt/api/v2/package'
$SourceUri = 'https://www.myget.org/F/devottomatt/api/v2'
Register-PSRepository -Name DevOttoMatt -SourceLocation $SourceUri -PublishLocation $PublishUri #-InstallationPolicy Trusted
Install-Module EtsDateTime -Repository DevOttoMatt
```
[Demos](https://github.com/LaurentDardenne/EtsDateTime/blob/master/src/Demos/DateTime.ps1)