kahntang / as3corelib

Automatically exported from code.google.com/p/as3corelib
0 stars 0 forks source link

DateUtil.parseW3CDTF - day is not parsed? #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

var d:Date = DateUtil.parseW3CDTF("2007-07-25T16:12:00-06:00");
trace(d.day);

What is the expected output? What do you see instead?

expect 25, I always get 0 though.

What version of the product are you using? On what operating system?

0.90, on Windows XP

Original issue reported on code.google.com by jason.gr...@gmail.com on 25 Jul 2007 at 5:35

GoogleCodeExporter commented 9 years ago

Original comment by mikechambers on 2 Jul 2008 at 5:51