How do I display the start to end of a week in the first row of time headers? For example, I have the following day pilot config:
dp.scale = 'Day'
dp.timeHeaders = [{ groupBy: "Week" },{ groupBy: "Day", format: "dddd" }]
For the week from 23 Mar to 29 Mar, how do I display: "23 Mar - 29 Mar 2014"?
In addition, is it possible to have abbreviated days of week (Mon, Tue, etc) and months (Jan, Feb, etc)?