``` js var dateFormat = d3.time.format("%Y-%m-%d"); // column defenition { label: 'Birthday', type: 'date', accessor: function(row) { return row.birthday }, dateParser: dateForamt.parse, format: dateFormat } ```