Hi all,
My vb .net code here:
Dim dtmDate As DateTime
dtmDate = DateTime.Now
txtWOSDate.Text = dtmDate.ToString("d"
when I run it,the expected date format is 21/10/03 but it keep giving me the format 21-Oct-03???
Anyone have any idea about this?
Thanks
Howard
My vb .net code here:
Dim dtmDate As DateTime
dtmDate = DateTime.Now
txtWOSDate.Text = dtmDate.ToString("d"
when I run it,the expected date format is 21/10/03 but it keep giving me the format 21-Oct-03???
Anyone have any idea about this?
Thanks
Howard