You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
@@ -126,7 +126,7 @@ var ISet = require("./ISet.js");
126
126
* Default components, if this property is not specified, is "dmy". This property may be specified
127
127
* but has no affect if the current formatter is for times only.<br><br>
128
128
* As of ilib 12.0, you can now pass ICU style skeletons in this option similar to the ones you
129
-
* get from <a href="http://icu-project.org/apiref/icu4c432/classDateTimePatternGenerator.html#aa30c251609c1eea5ad60c95fc497251e">DateTimePatternGenerator.getSkeleton()</a>.
129
+
* get from <a href="https://unicode-org.github.io/icu-docs/apidoc/dev/icu4c/classicu_1_1DateTimePatternGenerator.html#af59552a2922795b494f82ec230208e2e">DateTimePatternGenerator.getSkeleton()</a>.
130
130
* It will not extract the length from the skeleton so you still need to pass the length property,
131
131
* but it will extract the date components. <br><br>
132
132
*
@@ -161,7 +161,7 @@ var ISet = require("./ISet.js");
161
161
* a movie of 198 minutes.<br><br>
162
162
* Default value if this property is not specified is "hma".<br><br>
163
163
* As of ilib 12.0, you can now pass ICU style skeletons in this option similar to the ones you
164
-
* get from <a href="http://icu-project.org/apiref/icu4c432/classDateTimePatternGenerator.html#aa30c251609c1eea5ad60c95fc497251e">DateTimePatternGenerator.getSkeleton()</a>.
164
+
* get from <a href="https://unicode-org.github.io/icu-docs/apidoc/dev/icu4c/classicu_1_1DateTimePatternGenerator.html#af59552a2922795b494f82ec230208e2e">DateTimePatternGenerator.getSkeleton()</a>.
165
165
* It will not extract the length from the skeleton so you still need to pass the length property,
166
166
* but it will extract the time components.
167
167
*
@@ -718,7 +718,7 @@ DateFmt.prototype = {
718
718
});
719
719
},
720
720
/**
721
-
* @protected
721
+
* @private
722
722
* @param {string|{
723
723
* order:(string|{
724
724
* s:string,
@@ -780,7 +780,7 @@ DateFmt.prototype = {
780
780
},
781
781
782
782
/**
783
-
* @protected
783
+
* @private
784
784
*/
785
785
_massageTemplate: function(){
786
786
vari;
@@ -855,7 +855,7 @@ DateFmt.prototype = {
855
855
856
856
/**
857
857
* Convert the template into an array of date components separated by formatting chars.
858
-
* @protected
858
+
* @private
859
859
* @param {string} template Format template to tokenize into components
860
860
* @return {Array.<string>} a tokenized array of date format components
861
861
*/
@@ -897,7 +897,7 @@ DateFmt.prototype = {
897
897
},
898
898
899
899
/**
900
-
* @protected
900
+
* @private
901
901
* @param {Object.<string, (string|{s:string,m:string,l:string,f:string})>} obj Object to search
902
902
* @param {string} components Format components to search
903
903
* @param {string} length Length of the requested format
@@ -924,7 +924,7 @@ DateFmt.prototype = {
924
924
},
925
925
926
926
/**
927
-
* @protected
927
+
* @private
928
928
* @param {Object.<string, (string|{s:string,m:string,l:string,f:string})>} obj Object to search
929
929
* @param {string} components Format components to search
930
930
* @param {string} length Length of the requested format
@@ -944,7 +944,7 @@ DateFmt.prototype = {
944
944
},
945
945
946
946
/**
947
-
* @protected
947
+
* @private
948
948
* @param {(string|{s:string,m:string,l:string,f:string})} obj Object to search
949
949
* @param {string} length Length of the requested format
950
950
* @return {(string|undefined)} the requested format
0 commit comments