Skip to content

Commit 0607d27

Browse files
committed
update
1 parent 302b1e6 commit 0607d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/get-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $ spm install moment util --save
5959
var moment = require('moment');
6060
var util = require('util');
6161

62-
var newYear = moment([2015, 2, 19]);
62+
var newYear = moment([2016, 2, 8]);
6363

6464
calculate();
6565
setInterval(calculate, 1000);
@@ -71,7 +71,7 @@ function calculate() {
7171

7272
document.getElementById('count-down-text').innerHTML =
7373
util.format(
74-
'2015 年春节还有 %s 月 %s 天 %s 时 %s 分 %s 秒',
74+
'2016 年春节还有 %s 月 %s 天 %s 时 %s 分 %s 秒',
7575
diff.months(),
7676
diff.days(),
7777
diff.hours(),

0 commit comments

Comments
 (0)