Ignore:
Timestamp:
Jul 6, 2010, 8:18:14 AM (14 years ago)
Author:
Sam Habiel
Message:

Support for different encodings besides ASCII.
Minor bug fixes dealing with internationalization of dates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/UCPatientAppts.cs

    r755 r824  
    4545        {
    4646            if (ShowPastAppts) dvAppt.RowFilter = "";
    47             else dvAppt.RowFilter = "ApptDate > " + "#" + DateTime.Today.ToShortDateString() + "#";
     47            else dvAppt.RowFilter = "ApptDate > " + "'" + DateTime.Today.ToShortDateString() + "'";
    4848        }
    4949
Note: See TracChangeset for help on using the changeset viewer.