File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,14 @@ var MIN_MS, MAX_MS;
111
111
* you can use a gregorian date string prefixed with 'G' or 'g'.
112
112
*
113
113
* Where to cut off 2-digit years between 1900s and 2000s?
114
- * from http ://support .microsoft.com/kb/244664 :
114
+ * from https ://docs .microsoft.com/en-us/office/troubleshoot/excel/two-digit-year-numbers#the-2029-rule :
115
115
* 1930-2029 (the most retro of all...)
116
116
* but in my mac chrome from eg. d=new Date(Date.parse('8/19/50')):
117
117
* 1950-2049
118
118
* by Java, from http://stackoverflow.com/questions/2024273/:
119
119
* now-80 - now+19
120
120
* or FileMaker Pro, from
121
- * http ://www .filemaker.com/12help/html/add_view_data.4.21 .html:
121
+ * https ://fmhelp .filemaker.com/help/18/fmp/en/index.html#page/FMP_Help/dates-with-two-digit-years .html:
122
122
* now-70 - now+29
123
123
* but python strptime etc, via
124
124
* http://docs.python.org/py3k/library/time.html:
You can’t perform that action at this time.
0 commit comments