Hello to All.....
I am having a very hard time with date formats..
I need to make the dates in my application all take the format mm/dd/yyyy no matter what regional settings the user has..
This applies to DateTimePickers, Date variables etc...
I have tried setting the CurrentCulture but it seems i am missing something.....
If SomeoneSolvesThis Then
While True
MsgBox("Thank You!!")
End While
End If
I am having a very hard time with date formats..
I need to make the dates in my application all take the format mm/dd/yyyy no matter what regional settings the user has..
This applies to DateTimePickers, Date variables etc...
I have tried setting the CurrentCulture but it seems i am missing something.....
If SomeoneSolvesThis Then
While True
MsgBox("Thank You!!")
End While
End If