Skip to content

Commit 524b0a7

Browse files
ChiragMishra-MSFTSyntaxC4
authored andcommitted
(AzureCXP) fixes MicrosoftDocs/azure-docs#54610
Corrected the table to fix rows : {datetime:d} Day from 1 to 31 2 {datetime:HH} Hour using the 24-hour format, from 00 to 23 10 {datetime:mm} Minutes from 00 to 60 06 {datetime:m} Minutes from 0 to 60 6
1 parent 946189e commit 524b0a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/stream-analytics/stream-analytics-custom-path-patterns-blob-storage-output.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ The following format specifier tokens can be used alone or in combination to ach
7272
|{datetime:MM}|Month from 01 to 12|01|
7373
|{datetime:M}|Month from 1 to 12|1|
7474
|{datetime:dd}|Day from 01 to 31|02|
75-
|{datetime:d}|Day from 1 to 12|2|
75+
|{datetime:d}|Day from 1 to 31|2|
7676
|{datetime:HH}|Hour using the 24-hour format, from 00 to 23|10|
77-
|{datetime:mm}|Minutes from 00 to 24|06|
78-
|{datetime:m}|Minutes from 0 to 24|6|
77+
|{datetime:mm}|Minutes from 00 to 60|06|
78+
|{datetime:m}|Minutes from 0 to 60|6|
7979
|{datetime:ss}|Seconds from 00 to 60|08|
8080

8181
If you do not wish to use custom DateTime patterns, you can add the {date} and/or {time} token to the Path Prefix to generate a dropdown with built-in DateTime formats.

0 commit comments

Comments
 (0)