Updated ioBroker Config Screensaver (markdown)

Armilar
2023-10-30 14:01:34 +01:00
parent 28267a67f1
commit f522c639aa

@@ -209,17 +209,17 @@ export const config = <Config> {
**Wie kann ich das Format eines Datums oder einer Uhrzeit ändern? (ab v4.3.2)** **Wie kann ich das Format eines Datums oder einer Uhrzeit ändern? (ab v4.3.2)**
Es wird ab der v4.3.2. jetzt die toLocalString() Methode im TS-Script verwendet. Folgende Parameter sind möglich: Es wird **ab der v4.3.2.** jetzt die toLocalString() Methode im TS-Script verwendet. **Folgende Parameter sind möglich:**
* weekday - "narrow", "short", "long" * **weekday** - "narrow", "short", "long"
* era - "narrow", "short", "long" * **era** - "narrow", "short", "long"
* year - "numeric", "2-digit" * **year** - "numeric", "2-digit"
* month - "numeric", "2-digit", "narrow", "short", "long" * **month** - "numeric", "2-digit", "narrow", "short", "long"
* day - "numeric", "2-digit" * **day** - "numeric", "2-digit"
* hour - "numeric", "2-digit" * **hour** - "numeric", "2-digit"
* minute - "numeric", "2-digit" * **minute** - "numeric", "2-digit"
* second - "numeric", "2-digit" * **second** - "numeric", "2-digit"
* timeZoneName - "short", "long" * **timeZoneName** - "short", "long"
Beispiel 1: Uhrzeit Beispiel 1: Uhrzeit
```typescript ```typescript