Skip to content

Commit 67fce04

Browse files
committed
Update newplus.md
Corrected %DD to $DD example
1 parent b066093 commit 67fce04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/powertoys/newplus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Note: Any invalid filename characters are replaced with spaces.
5656

5757
| Example template filename | Result |
5858
| :--- | :--- |
59-
|`$YYYY-$MM-%DD, $hh $mm $ss - $PARENT_FOLDER_NAME by %USERNAME%` | `2024-11-22, 12 08 54 - PowerShell project by cgaarden` |
59+
|`$YYYY-$MM-$DD, $hh $mm $ss - $PARENT_FOLDER_NAME by %USERNAME%` | `2024-11-22, 12 08 54 - PowerShell project by cgaarden` |
6060
|`File where variable value contains invalid characters %USERPROFILE%` | `File where variable value contains invalid characters C Users cgaarden` |
6161

6262
##### Date and time related variables

0 commit comments

Comments
 (0)