﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
605	TextToDate doesn't work with month names	Pedro Gea	Jorge	"The expression:
 Date TextToDate(""12-Feb-2008"",""%d-%n-%Y"");
returns:
 > y2008m01d12

I think the bug is in the follow lines of ""dtealgeb.cpp"":
--------------
216  if(n[0])
217  {
218   n[3] = '\0';
219   for(m=1;(m<=12)&&(shortMonth_[m-1][0]!=n)&&(shortMonth_[m-1][1]!=n);m++){}
220    if(m==13) { m=1; }
221  }
--------------

I think the string comparison (shortMonth_[x][x]!=n) isn't correct.
That looks like a pointer comparison."	defect	closed	highest		TimeSetAlgebra	1.1.6	normal	fixed		
