8000 Update broken external link · plotly/plotly.js@86248fe · GitHub
[go: up one dir, main page]

Skip to content

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/dates.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ var MIN_MS, MAX_MS;
111111
* you can use a gregorian date string prefixed with 'G' or 'g'.
112112
*
113113
* 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:
115115
* 1930-2029 (the most retro of all...)
116116
* but in my mac chrome from eg. d=new Date(Date.parse('8/19/50')):
117117
* 1950-2049
118118
* by Java, from http://stackoverflow.com/questions/2024273/:
119119
* now-80 - now+19
120120
* 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:
122122
* now-70 - now+29
123123
* but python strptime etc, via
124124
* http://docs.python.org/py3k/library/time.html:

0 commit comments

Comments
 (0)
0