mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-05 22:28:31 +00:00
17 lines
337 B
Markdown
17 lines
337 B
Markdown
---
|
|
title: "Time and Date"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=274}
|
|
"WPFPanelTimedate": {
|
|
"Content": "Time and Date",
|
|
"category": "Legacy Windows Panels",
|
|
"panel": "2",
|
|
"Type": "Button",
|
|
"ButtonWidth": "300",
|
|
"InvokeScript": [
|
|
"timedate.cpl"
|
|
],
|
|
```
|