Hi,I'm laron,from China,I have the same problems like you,and I get it.You Could Change that code like this:
if(text)
{
try
{
value = Date.parseLocale(text, this.get_format());
}
catch (e)
{
value = Date.parse(text, this.get_format());
}
}
change the source for AJAX toolkit and recompiled it with changed values,I'v tried,and it's OK!