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