mirror of https://github.com/Icinga/icinga2.git
Docs: fix typo
This commit is contained in:
parent
438da67209
commit
7f04d4dc63
|
@ -1878,7 +1878,7 @@ Adding a number to a DateTime object yields a new DateTime object that is in the
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
var dt = DateTime() + 24 * 60 60 /* Current time plus 24 hours */
|
var dt = DateTime() + 24 * 60 * 60 /* Current time plus 24 hours */
|
||||||
```
|
```
|
||||||
|
|
||||||
### DateTime#format <a id="datetime-format"></a>
|
### DateTime#format <a id="datetime-format"></a>
|
||||||
|
|
Loading…
Reference in New Issue