Skip to content

Commit d9d18f6

Browse files
committed
Update readme and gulp version
1 parent afd70a5 commit d9d18f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ The following parameters are supplied by this directive :
127127

128128
```
129129
DateObject {
130-
dateValue: Number - UTC time value of this date object - same as moment.valueOf() or Date.getTime(). It does NOT contain time zone information so take that into account when comparing to other dates.
130+
utcDateValue: Number - UTC time value of this date object. It does NOT contain time zone information so take that into account when comparing to other dates (or use localDateValue function).
131+
localDateValue: FUNCTION that returns a Number - local time value of this date object - same as moment.valueOf() or Date.getTime().
131132
display: String - the way this value will be displayed on the calendar.
132133
active: true | false | undefined - indicates that date object is part of the model value.
133134
selectable: true | false | undefined - indicates that date value is selectable by the user.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"grunt-contrib-jshint": "^0.10.0",
1919
"grunt-istanbul-coverage": "^0.1.0",
2020
"grunt-karma": "^0.9.0",
21-
"gulp": "^3.8.10",
21+
"gulp": "^3.8.11",
2222
"gulp-bump": "^0.1.11",
2323
"gulp-jshint": "^1.9.0",
2424
"gulp-plato": "^1.0.1",

0 commit comments

Comments
 (0)