Sha256: accff2c5f534664ecb7abfbc9a1d0ae0465efd8ce77fa5da5bda8c86ef1a4793
Contents?: true
Size: 190 Bytes
Versions: 31
Compression:
Stored size: 190 Bytes
Contents
d3.time.day = function(date) { return new Date(date.getFullYear(), date.getMonth(), date.getDate()); }; d3.time.day.utc = function(date) { return new Date(~~(date / 864e5) * 864e5); };
Version data entries
31 entries across 31 versions & 2 rubygems