1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2025-12-24 21:51:38 +02:00

Added help docs 🔬🥼 Fixes #41

This commit is contained in:
Jaap Brasser
2021-01-17 23:53:50 +01:00
parent b050f54c27
commit 9448ea2e0a

View File

@@ -1,12 +1,15 @@
function Convert-APIDateTime {
<#
.SYNOPSIS
Function to convert specific date time format from API endpoint to a datetime object
.SYNOPSIS
Function to convert specific date time format from API endpoint to a datetime object
.EXAMPLE
Convert-APIDateTime "Thu Aug 08 20:31:36 UTC 2019"
.DESCRIPTION
This function takes a specific date time string and converts it to a datetime object
Thursday, August 8, 2019 8:31:36 PM
.EXAMPLE
Convert-APIDateTime "Thu Aug 08 20:31:36 UTC 2019"
Thursday, August 8, 2019 8:31:36 PM
#>
[cmdletbinding()]
param(