You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/powertoys/run.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,7 @@ Examples:
241
241
-`) unix epoch::3/27/2022 10:30:45 AM` to convert the given time and date value into a Unix epoch timestamp.
242
242
243
243
#### Custom formats
244
+
244
245
The plugin includes a setting where custom formats can be defined. Custom formats are entered in a multiline text box which accepts one format per line.
245
246
246
247
**Please use the following syntax:**
@@ -258,12 +259,11 @@ The plugin includes a setting where custom formats can be defined. Custom format
258
259
-`MySecondFormat=dddd (Da\y nu\mber: DOW)`
259
260
-`MyUtcFormat=UTC:hh:mm:ss`
260
261
261
-
262
262
**Supported format pattern:**
263
263
264
264
| Format pattern | Description |
265
265
| :--- | :--- |
266
-
| Standard pattern like `hh:mm:ss`. | Please see this [page](https://learn.microsoft.com/dotnet/standard/base-types/custom-date-and-time-format-strings) for more information.
266
+
| Standard pattern like `hh:mm:ss`. | Please see this [page](/dotnet/standard/base-types/custom-date-and-time-format-strings) for more information.
267
267
|`DOW`| Number of the day in the week. |
268
268
|`WOM`| Number of week in the month. |
269
269
|`WOY`| Number of the week in the year. |
@@ -275,7 +275,6 @@ The plugin includes a setting where custom formats can be defined. Custom format
275
275
|`EXC`| Excel's 1900 based date value as number. |
276
276
|`EXF`| Excel's 1904 based date value as number. |
0 commit comments