Issue 1: DateTimeUtil.$ToDate not working correctly
Status:  New
Owner: ----
Reported by joseanto...@gtempaccount.com, Oct 26, 2010
What steps will reproduce the problem?
1. Create a string date with any format, for example: 30/10/2010
2. In that string, set the day to 30 or 31 (so the month can't be February)
3. Try to convert the string to a Date object using DateTimeUtil.$ToDate()

What is the expected output? What do you see instead?
I expect to obtain a valid Date object representing the date defined in the initial string.
However, I obtain a Date representing the first day of the especificated month (in the example: 1 - October - 2010)

What version of the product are you using? On what operating system?
0.5.101alpha
Windows Vista 32bits

Please provide any additional information below.