Flotr.Date = {
    format: function(d, format) {
        if (!d) return;

        var leftPad = function(n) {