4 references to GetNumericDateFormat
System.Web.Mobile (4)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (4)
369String numericDateFormat = GetNumericDateFormat(); 432String monthFormat = (GetNumericDateFormat()[0] == 'y') ? "yyyy/M" : "M/yyyy"; 477bool dayNameFirst = (GetNumericDateFormat()[0] != 'y'); 539String dateFormat = GetNumericDateFormat();