Last active
August 3, 2022 20:17
-
-
Save lbunzl-r7/3c2bd6f961f9a1c6e690c3c39efc2267 to your computer and use it in GitHub Desktop.
Powershell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function get-timestamp{ | |
$Stamp = (Get-Date).toString("yyyy/MM/dd HH:mm:ss") | |
$Stamp | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment