We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Date#addDays
1 parent 52f1579 commit 77fa410Copy full SHA for 77fa410
lib/helpers.coffee
@@ -9,10 +9,10 @@
9
Date.today = -> new Date().date()
10
11
###*
12
-# Adds the given amount of days to the current/new Date object.
+# Creates a new Date object with the given amount of days added.
13
#
14
# @method addDays
15
-# @param days {Number} The amount of days to add.
+# @param {Number} days The amount of days to add.
16
# @return {Date} A Date object with the given amount of days added.
17
###
18
Date::addDays = (days) ->
0 commit comments