/[Frey]/trunk/static/Frey/jQuery/flot/dataset_checkboxes.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/static/Frey/jQuery/flot/dataset_checkboxes.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 889 by dpavlin, Thu Dec 18 16:02:52 2008 UTC revision 890 by dpavlin, Wed Dec 24 21:25:37 2008 UTC
# Line 51  Line 51 
51                          var str =                          var str =
52                                  pad2( d.getUTCFullYear() )  + '-' +                                  pad2( d.getUTCFullYear() )  + '-' +
53                                  pad2( d.getUTCMonth() + 1 ) + '-' +                                  pad2( d.getUTCMonth() + 1 ) + '-' +
54                                  pad2( d.getUTCDay() )       + 'T' +                                  pad2( d.getUTCDate() )      + ' ' +
55                                  pad2( d.getUTCHours() )     + ':' +                                  pad2( d.getUTCHours() )     + ':' +
56                                  pad2( d.getUTCMinutes() )   + ':' +                                  pad2( d.getUTCMinutes() )   + ':' +
57                                  pad2( d.getUTCSeconds() )   ;                                  pad2( d.getUTCSeconds() )   ;

Legend:
Removed from v.889  
changed lines
  Added in v.890

  ViewVC Help
Powered by ViewVC 1.1.26