Lines Matching full:year
4362 <p>In the algorithms below, the <dfn id=number-of-days-in-month-month-of-year-year>number of days in month <var title="">month</var> of year <var title="">year</var></dfn> is:
4365 <em>29</em> if <var title="">month</var> is 2 and <var title="">year</var> is a number divisible by 400, or if <var title="">year</var> is a number divisible by 4 but not by 100; and
4391 information beyond a year and a month. <a href=#refsGREGORIAN>[GREGORIAN]</a></p>
4393 <p>A string is a <dfn id=valid-month-string>valid month string</dfn> representing a year
4394 <var title="">year</var> and month <var title="">month</var> if it
4397 <ol><li>Four or more <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>, representing <var title="">year</var>, where <var title="">year</var> > 0</li>
4408 will return either a year and month, or nothing. If at any point the
4418 <li><p><a href=#parse-a-month-component>Parse a month component</a> to obtain <var title="">year</var> and <var title="">month</var>. If this returns
4424 <li><p>Return <var title="">year</var> and <var title="">month</var>.</li>
4427 as follows. This will return either a year and a month, or
4435 integer. Let that number be the <var title="">year</var>.</li>
4437 <li><p>If <var title="">year</var> is not a number greater than
4454 <li><p>Return <var title="">year</var> and <var title="">month</var>.</li>
4463 of a year, a month, and a day. <a href=#refsGREGORIAN>[GREGORIAN]</a></p>
4465 <p>A string is a <dfn id=valid-date-string>valid date string</dfn> representing a year
4466 <var title="">year</var>, month <var title="">month</var>, and day
4470 <ol><li>A <a href=#valid-month-string>valid month string</a>, representing <var title="">year</var> and <var title="">month</var></li>
4476 1 ≤ <var title="">day</var> ≤ <var title="">maxday</var> where <var title="">maxday</var> is the <a href=#number-of-days-in-month-month-of-year-year title="number of days in month month of year year">number of days
4477 in the month <var title="">month</var> and year <var title="">year</var></a></li>
4492 <li><p><a href=#parse-a-date-component>Parse a date component</a> to obtain <var title="">year</var>, <var title="">month</var>, and <var title="">day</var>. If this returns nothing, then fail.</p>
4497 <li><p>Let <var title="">date</var> be the date with year <var title="">year</var>, month <var title="">month</var>, and day <var title="">day</var>.</li>
4502 as follows. This will return either a year, a month, and a day, or
4506 <ol><li><p><a href=#parse-a-month-component>Parse a month component</a> to obtain <var title="">year</var> and <var title="">month</var>. If this returns
4509 <li><p>Let <var title="">maxday</var> be the <a href=#number-of-days-in-month-month-of-year-year>number of days
4510 in month <var title="">month</var> of year <var title="">year</var></a>.</li>
4525 <li><p>Return <var title="">year</var>, <var title="">month</var>,
4672 year, a month, and a day, and a time, consisting of an hour, a
4699 <li><p><a href=#parse-a-date-component>Parse a date component</a> to obtain <var title="">year</var>, <var title="">month</var>, and <var title="">day</var>. If this returns nothing, then fail.</p>
4709 <li><p>Let <var title="">date</var> be the date with year <var title="">year</var>, month <var title="">month</var>, and day <var title="">day</var>.</li>
4724 year, a month, and a day, and a time, consisting of an hour, a
4811 <li>Dates before the year one can't be represented as a datetime
4840 <li><p><a href=#parse-a-date-component>Parse a date component</a> to obtain <var title="">year</var>, <var title="">month</var>, and <var title="">day</var>. If this returns nothing, then fail.</p>
4856 <li><p>Let <var title="">time</var> be the moment in time at year
4857 <var title="">year</var>, month <var title="">month</var>, day <var title="">day</var>, hours <var title="">hour</var>, minute <var title="">minute</var>, second <var title="">second</var>,
4936 <p>A <dfn id=concept-week title=concept-week>week</dfn> consists of a week-year
4938 a Monday. Each week-year in this calendaring system has either 52 or
4941 (1969-12-29) is defined as week number 1 in week-year
4943 the number 1 week in a week-year is the last week in the previous
4944 week-year, and vice versa. <a href=#refsGREGORIAN>[GREGORIAN]</a></p>
4946 <p>A week-year with a number <var title="">year</var> has 53 weeks
4947 if it corresponds to either a year <var title="">year</var> in the
4949 (January 1st), or a year <var title="">year</var> in the proleptic
4951 1st) and where <var title="">year</var> is a number divisible by
4955 <p>The <dfn id=week-number-of-the-last-day>week number of the last day</dfn> of a week-year with 53
4956 weeks is 53; the week number of the last day of a week-year with 52
4959 <p class=note>The week-year number of a particular day can be
4960 different than the number of the year that contains that day in the
4961 proleptic Gregorian calendar. The first week in a week-year <var title="">y</var> is the week that contains the first Thursday of
4962 the Gregorian year <var title="">y</var>.</p>
4965 week-year <var title="">year</var> and week <var title="">week</var>
4968 <ol><li>Four or more <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>, representing <var title="">year</var>, where <var title="">year</var> > 0</li>
4977 <a href=#week-number-of-the-last-day>week number of the last day</a> of week-year <var title="">year</var></li>
4982 will return either a week-year number and week number, or
4996 integer. Let that number be the <var title="">year</var>.</li>
4998 <li><p>If <var title="">year</var> is not a number greater than
5015 the last day</a> of year <var title="">year</var>.</li>
5023 <li><p>Return the week-year number <var title="">year</var> and the
5081 <li><p><a href=#parse-a-date-component>Parse a date component</a> to obtain <var title="">year</var>, <var title="">month</var>, and <var title="">day</var>. If this fails, then set the <var title="">date
5118 <var title="">time present</var> flag is false, then let <var title="">date</var> be the date with year <var title="">year</var>, month <var title="">month</var>, and day <var title="">day</var>, and return <var title="">date</var>.</p>
5126 at year <var title="">year</var>, month <var title="">month</var>,
7972 <li> The year component of the date. </li>
7986 </ol><p>All the numeric components above, other than the year, must be
7989 necessary. The year must be given as the shortest possible string of
15031 year, and I filled that time doing exactly what I do now.</q></p>
16200 age of a standard fifty-year-old, the prospect of a long degrading
18093 match local conventions, while the year is not marked up at all,
20266 <h1>Ratatouille wins <i>Best Movie of the Year</i> award</h1>
20269 <p>Pixar has won yet another <i>Best Movie of the Year</i> award,
20619 with each year: 624%, 75%, 138%, 40%, 35%, 9%, 21%"></strong></pre>
33206 on page 46 of Apple, Inc's 10-K filing for fiscal year 2008:</p>
34179 optional year/month control.</p>
34525 <td> A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC
34529 <td> A date (year, month, day) with no time zone
34533 <td> A date consisting of a year and a month with no time zone
34537 <td> A date consisting of a week-year number and a week number with no time zone
34545 <td> A date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone