Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 22, 2015
1 parent a75d863 commit 8a8fc53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ dt.toHHMMSS('hh时mm分ss秒') //=> 34时11分52秒

```js
//服务端传入前端一般为秒,前端时间戳为毫秒所以要乘以1000
//8 为服务器时间时区
new Date(1434701732*1000).TZC(8)
```

0 comments on commit 8a8fc53

Please sign in to comment.