source:
Dev/branches/jQueryUI/client/d3/src/time/second.js
@
249
Last change on this file since 249 was 249, checked in by hendrikvanantwerpen, 13 years ago | |
---|---|
File size: 116 bytes |
Line | |
---|---|
1 | d3.time.second = function(date) { |
2 | return new Date(~~(date / 1e3) * 1e3); |
3 | }; |
4 | |
5 | d3.time.second.utc = d3.time.second; |
Note: See TracBrowser
for help on using the repository browser.