@@ -264,16 +264,17 @@ The plugin includes a setting where custom formats can be defined. Custom format
264
264
| Format pattern | Description |
265
265
| :--- | :--- |
266
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
- | ` DOW ` | Number of the day in the week. |
268
- | ` WOM ` | Number of week in the month. |
269
- | ` WOY ` | Number of the week in the year. |
270
- | ` EAB ` | Era abbreviation. |
271
- | ` WFT ` | Windows file time as number. |
272
- | ` UXT ` | Unix time stamp as number. |
273
- | ` UMS ` | Unix time stamp in milliseconds as number. |
274
- | ` OAD ` | OLE Automation date as number. |
275
- | ` EXC ` | Excel's 1900 based date value as number. |
276
- | ` EXF ` | Excel's 1904 based date value as number. |
267
+ | ` DOW ` | Number of the day in the week. |
268
+ | ` DIM ` | Days in the month. |
269
+ | ` WOM ` | Number of week in the month. |
270
+ | ` WOY ` | Number of the week in the year. |
271
+ | ` EAB ` | Era abbreviation. |
272
+ | ` WFT ` | Windows file time as number. |
273
+ | ` UXT ` | Unix time stamp as number. |
274
+ | ` UMS ` | Unix time stamp in milliseconds as number. |
275
+ | ` OAD ` | OLE Automation date as number. |
276
+ | ` EXC ` | Excel's 1900 based date value as number. |
277
+ | ` EXF ` | Excel's 1904 based date value as number. |
277
278
278
279
### Unit converter plugin
279
280
0 commit comments