Re: The specified date is invalid by Jason
Jason
Thu Nov 29 07:22:22 PST 2007
Hey! Allright! I am glad to see a solution to this.
Something to add to the KB.
--Jason
On Nov 28, 2:12 pm, LCOW <L...@discussions.microsoft.com> wrote:
> I found it! It's hard coded in the date.js scipt file which is located at:
> $CRMWEBSITE$\_controls\datetime\date.js
>
> There is a section containing:
>
> var _sDateFormats = new Array
> (
> "M/d/yy",
> "M/d/yyyy",
> "MM/dd/yy",
> "MM/dd/yyyy",
> "d/M/yy",
> "d/M/yyyy",
> "dd/MM/yy",
> "dd/MM/yyyy",
> "yy/M/d",
> "yyyy/M/d",
> "yy/MM/dd",
> "yyyy/MM/dd"
> );
>
> When I change dd/MM/yyyy into dd-MM-yyyy I receive the right error message!!
>
> Everybody thanks for the help! I'm very happy at the moment!!
>
>
>
> "LCOW" wrote:
> > Hi SAKO,
>
> > Didn't help here. I Always reset the IIS after a change to make sure that
> > isn't it. Did it again, but didn't help. Set Application Server, SQL Server
> > and Desktop regional settings to dd-mm-yyyy after a iis reset and a reboot,
> > still the wrong error.
>
> > I get the feelling this is hard coded :-(
>
> > "derbedross...@gmail.com" wrote:
>
> > > Hallo
>
> > > I had the same issue just with the curruncy digits instead and
> > > reseting the ISS solved the problem.
> > > Hope this will help you too.
>
> > > SAKO
> > > Certified Microsoft CRM Consultant- Hide quoted text -
>
> - Show quoted text -