views:

101

answers:

1

There is a bug in MicrosoftAjax.js String.format function when using Chrome 5.0.375. The function randomly returns 'undefined' for some dates.

I went around that by using jquery date formatter that comes with datepicker.

A: 

It would probably be best to file a bug either with MS.

You could also file a bug against Chrome at http://crbug.com/new

Kinlan