Date format VB 2005 beta
Dim
mystrAsStringmystr = TextBox2.Text
TextBox2.Text = Format(mystr,"dd MMM yyyy")
If date typed in as 01-01-2001 in VB6 will give 01 JAN 2001.
If date typed in as 01-01-2001 in VB 2005 Beta will give - dd MMM yyyy
Im assuming Im wrong somewhere.
Any ideas please.
Thanks,
Blinky.

