Title,
> new Date('clustering, metric 1,')
> Mon Jan 01 2001 00:00:00 GMT+0100 (CET)
So Date.parse('clustering, metric 1,')
return true, it's an issue for my type detection, how can this be parsed as a date, it's not even close.
edit:
@evolutionxbox that's probably the reason, it's very naive. I guess the solution is to make a regex for every date format. If someone got references about date detection he's welcome.