constants.js 130 字节
Newer Older
P
Phil Hughes 已提交
1 2 3 4
import d3 from 'd3';

export const dateFormat = d3.time.format('%b %d, %Y');
export const timeFormat = d3.time.format('%H:%M%p');