W
Warren Porter
why can't I do this in visual studio.net with vb (v.7.1, enterprise)?
dim d as DateTimePicker
d.value = #30/6/2005#
error is Date constant is not valid
I notice that #6/30/2005# does work
Everything else in my system is set to d/m/yyyy. So why are these
different?
and I how to I get it understanding dates
(as you might have guessed, I have my dates not the US way but the
rest-of-the-world way)
dim d as DateTimePicker
d.value = #30/6/2005#
error is Date constant is not valid
I notice that #6/30/2005# does work
Everything else in my system is set to d/m/yyyy. So why are these
different?
and I how to I get it understanding dates
(as you might have guessed, I have my dates not the US way but the
rest-of-the-world way)