Skip to content

Commit abbc629

Browse files
committed
update link
1 parent aeb81e6 commit abbc629

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hub/powertoys/run.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ Examples:
241241
- `) unix epoch::3/27/2022 10:30:45 AM` to convert the given time and date value into a Unix epoch timestamp.
242242

243243
#### Custom formats
244+
244245
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.
245246

246247
**Please use the following syntax:**
@@ -258,12 +259,11 @@ The plugin includes a setting where custom formats can be defined. Custom format
258259
- `MySecondFormat=dddd (Da\y nu\mber: DOW)`
259260
- `MyUtcFormat=UTC:hh:mm:ss`
260261

261-
262262
**Supported format pattern:**
263263

264264
| Format pattern | Description |
265265
| :--- | :--- |
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.
267267
| `DOW`| Number of the day in the week. |
268268
| `WOM`| Number of week in the month. |
269269
| `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
275275
| `EXC`| Excel's 1900 based date value as number. |
276276
| `EXF`| Excel's 1904 based date value as number. |
277277

278-
279278
### Unit converter plugin
280279

281280
> [!IMPORTANT]

0 commit comments

Comments
 (0)