HomeSort by relevance Sort by last modified time
    Searched full:minimummonth (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
MonthInputType.cpp 96 return parseToDouble(element()->fastGetAttribute(minAttr), DateComponents::minimumMonth());
DateComponents.h 142 static inline double minimumMonth() { return (1 - 1970) * 12.0 + 1 - 1; } // 0001-01

Completed in 42 milliseconds