Time series II: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
var toDate = function(datestr) { | var toDate = function(datestr) { | ||
var a = datestr.split('.'); | var a = datestr.split('.'); | ||
alert(a); | |||
return new Date(a[2],a[1],a[0]); | return new Date(a[2],a[1],a[0]); | ||
}; | }; |
Revision as of 17:02, 3 February 2010
The weight of Antonia Wassermann