Skip to content

Commit 746f410

Browse files
committed
update PT run doc
1 parent 3c85970 commit 746f410

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

hub/powertoys/run.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: PowerToys Run utility for Windows
33
description: Run is a quick launcher for power users that contains additional features without sacrificing performance.
4-
ms.date: 12/25/2024
4+
ms.date: 03/07/2025
55
ms.topic: concept-article
66
ms.localizationpriority: medium
77
no-loc: [PowerToys, Windows, File Explorer, PowerToys Run, Window Walker]
@@ -240,6 +240,21 @@ Examples:
240240
- `) calendar week::3/27/2022` to show the calendar week for a date value.
241241
- `) unix epoch::3/27/2022 10:30:45 AM` to convert the given time and date value into a Unix epoch timestamp.
242242

243+
#### Custom formats
244+
The plugin has a setting were you can define custom formats. The setting is a multiline text box were you have ta add one format per line.
245+
The syntax is `<format name>=<format pattern>` for using the local time and `<format name>=UTC:<format pattern>` for using the Universal Time Convention (UTC).
246+
Supported are all [standard patterns](https://learn.microsoft.com/dotnet/standard/base-types/custom-date-and-time-format-strings) and the following ones:
247+
- `DOW`: Number of the day in the week.
248+
- `WOM`: Number of week in the month.
249+
- `WOY`: Number of the week in the year.
250+
- `EAB`: Era abbreviation.
251+
- `WFT`: Windows file time.
252+
- `UXT`: Unix time stamp.
253+
- `UMS`: Unix time stamp in milliseconds.
254+
- `OAD`: OLE Automation date.
255+
- `EXC`: Excel's 1900 based date value.
256+
- `EXF`: Excel's 1904 based date value.
257+
243258
### Unit converter plugin
244259

245260
> [!IMPORTANT]

0 commit comments

Comments
 (0)