Skip to content

Commit

Permalink
Use a more reasonable example format
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Hotze <[email protected]>
Signed-off-by: Richard Koshak <[email protected]>
  • Loading branch information
rkoshak and florian-h05 authored Feb 5, 2024
1 parent 041a110 commit 90b4d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ To import and use a local into your rule you need to require it and create a `Da
```javascript
var Locale = require('@js-joda/locale_de-de').Locale.GERMAN;
var formatter = time.DateTimeFormatter.ofPattern('MM/dd/yy HH:mm').withLocale(Locale);
var formatter = time.DateTimeFormatter.ofPattern('dd.MM.yyyy HH:mm').withLocale(Locale);
```
#### `time.toZDT()`
Expand Down

0 comments on commit 90b4d6b

Please sign in to comment.