Skip to content

Commit 92cc4b2

Browse files
authored
options.calendar from string to boolean
1 parent 79158f8 commit 92cc4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $("div#clock").clock();
2727

2828
By default prints the date together with the time, but can be used for time only:
2929
```JavaScript
30-
$("div#clock").clock({"calendar":"false"});
30+
$("div#clock").clock({"calendar":false});
3131
```
3232

3333
## Format Date and Time using PHP style Format Characters

0 commit comments

Comments
 (0)