Skip to content

Commit 32770dd

Browse files
authored
Corrected short date formatting
Short date format "mm/dd/yyyy" would result in minutes/day/year, e.g. 54/26/2024. Correct format is: "MM/dd/yyyy" resulting in month/day/year, 04/26/2024
1 parent ff7be60 commit 32770dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Remove-CalendarEvents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Accept wildcard characters: False
166166
### -QueryStartDate
167167
The QueryStartDate parameter specifies the start date to look for meetings that you want to cancel.
168168

169-
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".
169+
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format MM/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".
170170

171171
**Note**: If you don't use this parameter, today's date is used.
172172

0 commit comments

Comments
 (0)