Skip to content

Commit

Permalink
Merge pull request gpbl#743 from Arver1/patch-1
Browse files Browse the repository at this point in the history
Update DateUtils.js
  • Loading branch information
gpbl authored Jul 7, 2018
2 parents 6caa179 + 82be4c0 commit f522c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/api/DateUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const range = {
}
const newRange = DateUtils.addDayToRange(new Date(2015, 5, 24), range);
console.log(newRange.from) // 2015-05-24`}</CodeBlock>
console.log(newRange.to) // 2015-05-24`}</CodeBlock>

<h3>
<Anchor id="addMonths" />
Expand Down

0 comments on commit f522c58

Please sign in to comment.