I'm using flotr in my app and I need some simple way to show dates on x-axis. I know flotr is able to display time on x-axis via
'xaxis' : {'mode' : 'time', 'min' => '??', 'max' => '??', 'timeFormat' => '??', 'noTicks' => 10}
But how about dates? Anyhow, I can't get time x-axis working either, so any real example of time x-axis would be appreciated too.