Skip to content

Commit

Permalink
fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Dec 24, 2021
1 parent 859ec48 commit 159864b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/util.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function Check-DateString() {
default { return "" }
}
try {
$Date = [DateTime]::ParseExact($DateString, $testFormat,$null)
$Date = [DateTime]::ParseExact($DateString, $testFormat, $null)
return $Date.ToString($DateFormat)
}
catch {
Expand Down

0 comments on commit 159864b

Please sign in to comment.