Does anyone know how to display the date in flot based on timestamp
I use this:
var options = { lines: { show: true }, points: { show: true }, xaxis: { mode: "time", timeformat: "%m/%d/%y", minTickSize: [1, "day"]} };