4 references to GetNumericDateFormat
System.Web.Mobile (4)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (4)
423String numericDateFormat = GetNumericDateFormat(); 489String monthFormat = (GetNumericDateFormat()[0] == 'y') ? "yyyy/M" : "M/yyyy"; 535bool dayNameFirst = (GetNumericDateFormat()[0] != 'y'); 606String dateFormat = GetNumericDateFormat();