Skip to content

Commit

Permalink
options.calendar from string to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio authored Jun 16, 2017
1 parent 79158f8 commit 92cc4b2
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 @@ -27,7 +27,7 @@ $("div#clock").clock();

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

## Format Date and Time using PHP style Format Characters
Expand Down

0 comments on commit 92cc4b2

Please sign in to comment.