For example, to convert the current date to a human-readable string: ```js var formatTime = d3.timeFormat("%B %d, %Y"); formatTime(new Date); // "June 30, ...
確定! 回上一頁