This is very weird I don\'t know what I\'m doing wrong. I have a function to grab the date (i.e in this format: 06/24/2011), here\'s the function:
06/24/2011
Why are you adding 1 the day position (position 1)? I think that is your problem.
d.setDate(dspl[1] + 1);