AutoFormatTime : function()
{
…
if (this._AutoCompleteValue != "" )
{
Mcur = this._AutoCompleteValue.substring(3,2); <---
// replace to this._AutoCompleteValue.substring(3,5)
}
…
if (this._maskvalid == "99" + this.get_CultureTimePlaceholder()…
{
if (this._AutoCompleteValue != "" )
{
Scur = this._AutoCompleteValue.substring(5); <-----
// replace to this._AutoCompleteValue.substring(6);
}
Go through this link:
its similar to urs:
http://forums.asp.net/t/1084117.aspx