Date format.....
-
Hello, I am having a problems :doh: in regards with date formats... pls help me, on how to display the day of the week as ..... example: if the date is "2/15/2006, Wednesday" ... the word "Wednesday" will be the only one displayed in vb2005.net windows form..... tnx and more power :wtf::omg::wtf: :cool::rose:
-
Hello, I am having a problems :doh: in regards with date formats... pls help me, on how to display the day of the week as ..... example: if the date is "2/15/2006, Wednesday" ... the word "Wednesday" will be the only one displayed in vb2005.net windows form..... tnx and more power :wtf::omg::wtf: :cool::rose:
Try this...
Date.Now.DayOfWeek.ToString()
-
Hello, I am having a problems :doh: in regards with date formats... pls help me, on how to display the day of the week as ..... example: if the date is "2/15/2006, Wednesday" ... the word "Wednesday" will be the only one displayed in vb2005.net windows form..... tnx and more power :wtf::omg::wtf: :cool::rose:
You can use Now.DayOfWeek.ToString 'OR Now.ToString("dddd") !alien!