G
Guest
Can anybody assist me on the code to set the System's ShortDate format to
yyyy/MM/dd at runtime?
yyyy/MM/dd at runtime?
Newbie Coder said:Connull,
Do you mean your application or Windows?
Dim strDate As String = DateTime.Today.ToShortDate...
MessageBox.Show(strDate, Me.Text)
Windows!