d3/test/time
Mike Bostock 835c3e12d0 Add support for 0, - and _ fill padding.
For example, "%-d" formats the day with no padding, "%_d" formats the day with
space-padding equivalent to "%e", and "%0d" formats the day with zero-padding
equivalent to "%d".
2012-10-30 14:42:05 -07:00
..
day-test.js Fix for JavaScript's broken Date API. 2012-09-03 19:18:32 -07:00
dayOfYear-test.js Fix d3.time.dayOfYear test. 2012-07-31 13:29:20 -07:00
days-test.js Fixes #576: leap year bug in d3.time.format. 2012-02-29 11:27:30 -08:00
format-test.js Add support for 0, - and _ fill padding. 2012-10-30 14:42:05 -07:00
hour-test.js Fixes custom timezone tests for Node.js 0.8.x. 2012-07-25 21:35:03 +01:00
hours-test.js Fixes custom timezone tests for Node.js 0.8.x. 2012-07-25 21:35:03 +01:00
minute-test.js Fixes #576: leap year bug in d3.time.format. 2012-02-29 11:27:30 -08:00
minutes-test.js Fixes #576: leap year bug in d3.time.format. 2012-02-29 11:27:30 -08:00
month-test.js Fix #711 for years in the first century. 2012-07-17 13:45:34 -07:00
months-test.js Fixes #576: leap year bug in d3.time.format. 2012-02-29 11:27:30 -08:00
scale-test.js Fix nice implementation for time scales. 2012-07-31 19:38:36 -07:00
second-test.js Fixes #576: leap year bug in d3.time.format. 2012-02-29 11:27:30 -08:00
seconds-test.js Fixes #576: leap year bug in d3.time.format. 2012-02-29 11:27:30 -08:00
time.js Fix d3.time.dayOfYear test. 2012-07-31 13:29:20 -07:00
week-test.js Fix #711 for years in the first century. 2012-07-17 13:45:34 -07:00
weeks-test.js Fixes #576: leap year bug in d3.time.format. 2012-02-29 11:27:30 -08:00
year-test.js Fix #711 for years in the first century. 2012-07-17 13:45:34 -07:00
years-test.js Fixes #576: leap year bug in d3.time.format. 2012-02-29 11:27:30 -08:00