[CODE] Public m_Today As String = FormatDateTime(Now, DateFormat.GeneralDate)/CODE]Thanks Jmcilhinney
Here how I'm using my date. I use this code to acquire the date and format it.
And then I convert it to date as follows.Code:Dim todaydate As Date = CDate(RogersForm.m_Today)




Reply With Quote