@@ -574,7 +574,7 @@ public class DateFormatters {
574
574
575
575
/*
576
576
* Returns a basic formatter for a full date as four digit weekyear, two
577
- * digit week of weekyear, and one digit day of week (xxxx 'W'wwe).
577
+ * digit week of weekyear, and one digit day of week (YYYY 'W'wwe).
578
578
*/
579
579
private static final DateFormatter STRICT_BASIC_WEEK_DATE = new JavaDateFormatter (
580
580
"strict_basic_week_date" ,
@@ -584,7 +584,7 @@ public class DateFormatters {
584
584
585
585
/*
586
586
* Returns a basic formatter that combines a basic weekyear date and time
587
- * without millis, separated by a 'T' (xxxx 'W'wwe'T'HHmmssX).
587
+ * without millis, separated by a 'T' (YYYY 'W'wwe'T'HHmmssX).
588
588
*/
589
589
private static final DateFormatter STRICT_BASIC_WEEK_DATE_TIME_NO_MILLIS = new JavaDateFormatter (
590
590
"strict_basic_week_date_time_no_millis" ,
@@ -616,7 +616,7 @@ public class DateFormatters {
616
616
617
617
/*
618
618
* Returns a basic formatter that combines a basic weekyear date and time,
619
- * separated by a 'T' (xxxx 'W'wwe'T'HHmmss.SSSX).
619
+ * separated by a 'T' (YYYY 'W'wwe'T'HHmmss.SSSX).
620
620
*/
621
621
private static final DateFormatter STRICT_BASIC_WEEK_DATE_TIME = new JavaDateFormatter (
622
622
"strict_basic_week_date_time" ,
@@ -1080,13 +1080,13 @@ public class DateFormatters {
1080
1080
1081
1081
/*
1082
1082
* Returns a formatter for a full date as four digit weekyear, two digit
1083
- * week of weekyear, and one digit day of week (xxxx -'W'ww-e).
1083
+ * week of weekyear, and one digit day of week (YYYY -'W'ww-e).
1084
1084
*/
1085
1085
private static final DateFormatter STRICT_WEEK_DATE = new JavaDateFormatter ("strict_week_date" , ISO_WEEK_DATE );
1086
1086
1087
1087
/*
1088
1088
* Returns a formatter that combines a full weekyear date and time without millis,
1089
- * separated by a 'T' (xxxx -'W'ww-e'T'HH:mm:ssZZ).
1089
+ * separated by a 'T' (YYYY -'W'ww-e'T'HH:mm:ssZZ).
1090
1090
*/
1091
1091
private static final DateFormatter STRICT_WEEK_DATE_TIME_NO_MILLIS = new JavaDateFormatter (
1092
1092
"strict_week_date_time_no_millis" ,
@@ -1109,7 +1109,7 @@ public class DateFormatters {
1109
1109
1110
1110
/*
1111
1111
* Returns a formatter that combines a full weekyear date and time,
1112
- * separated by a 'T' (xxxx -'W'ww-e'T'HH:mm:ss.SSSZZ).
1112
+ * separated by a 'T' (YYYY -'W'ww-e'T'HH:mm:ss.SSSZZ).
1113
1113
*/
1114
1114
private static final DateFormatter STRICT_WEEK_DATE_TIME = new JavaDateFormatter (
1115
1115
"strict_week_date_time" ,
@@ -1153,13 +1153,13 @@ public class DateFormatters {
1153
1153
1154
1154
/*
1155
1155
* Returns a formatter for a four digit weekyear and two digit week of
1156
- * weekyear. (xxxx -'W'ww)
1156
+ * weekyear. (YYYY -'W'ww)
1157
1157
*/
1158
1158
private static final DateFormatter STRICT_WEEKYEAR_WEEK = new JavaDateFormatter ("strict_weekyear_week" , STRICT_WEEKYEAR_WEEK_FORMATTER );
1159
1159
1160
1160
/*
1161
1161
* Returns a formatter for a four digit weekyear, two digit week of
1162
- * weekyear, and one digit day of week. (xxxx -'W'ww-e)
1162
+ * weekyear, and one digit day of week. (YYYY -'W'ww-e)
1163
1163
*/
1164
1164
private static final DateFormatter STRICT_WEEKYEAR_WEEK_DAY = new JavaDateFormatter (
1165
1165
"strict_weekyear_week_day" ,
@@ -1693,7 +1693,7 @@ public class DateFormatters {
1693
1693
1694
1694
/*
1695
1695
* Returns a formatter that combines a full weekyear date and time,
1696
- * separated by a 'T' (xxxx -'W'ww-e'T'HH:mm:ss.SSSZZ).
1696
+ * separated by a 'T' (YYYY -'W'ww-e'T'HH:mm:ss.SSSZZ).
1697
1697
*/
1698
1698
private static final DateFormatter WEEK_DATE_TIME = new JavaDateFormatter (
1699
1699
"week_date_time" ,
@@ -1718,7 +1718,7 @@ public class DateFormatters {
1718
1718
1719
1719
/*
1720
1720
* Returns a formatter that combines a full weekyear date and time,
1721
- * separated by a 'T' (xxxx -'W'ww-e'T'HH:mm:ssZZ).
1721
+ * separated by a 'T' (YYYY -'W'ww-e'T'HH:mm:ssZZ).
1722
1722
*/
1723
1723
private static final DateFormatter WEEK_DATE_TIME_NO_MILLIS = new JavaDateFormatter (
1724
1724
"week_date_time_no_millis" ,
@@ -1741,7 +1741,7 @@ public class DateFormatters {
1741
1741
1742
1742
/*
1743
1743
* Returns a basic formatter that combines a basic weekyear date and time,
1744
- * separated by a 'T' (xxxx 'W'wwe'T'HHmmss.SSSX).
1744
+ * separated by a 'T' (YYYY 'W'wwe'T'HHmmss.SSSX).
1745
1745
*/
1746
1746
private static final DateFormatter BASIC_WEEK_DATE_TIME = new JavaDateFormatter (
1747
1747
"basic_week_date_time" ,
@@ -1763,7 +1763,7 @@ public class DateFormatters {
1763
1763
1764
1764
/*
1765
1765
* Returns a basic formatter that combines a basic weekyear date and time,
1766
- * separated by a 'T' (xxxx 'W'wwe'T'HHmmssX).
1766
+ * separated by a 'T' (YYYY 'W'wwe'T'HHmmssX).
1767
1767
*/
1768
1768
private static final DateFormatter BASIC_WEEK_DATE_TIME_NO_MILLIS = new JavaDateFormatter (
1769
1769
"basic_week_date_time_no_millis" ,
@@ -1906,13 +1906,13 @@ public class DateFormatters {
1906
1906
1907
1907
/*
1908
1908
* Returns a formatter for a full date as four digit weekyear, two digit
1909
- * week of weekyear, and one digit day of week (xxxx -'W'ww-e).
1909
+ * week of weekyear, and one digit day of week (YYYY -'W'ww-e).
1910
1910
*/
1911
1911
private static final DateFormatter WEEK_DATE = new JavaDateFormatter ("week_date" , ISO_WEEK_DATE , WEEK_DATE_FORMATTER );
1912
1912
1913
1913
/*
1914
1914
* Returns a formatter for a four digit weekyear and two digit week of
1915
- * weekyear. (xxxx -'W'ww)
1915
+ * weekyear. (YYYY -'W'ww)
1916
1916
*/
1917
1917
private static final DateFormatter WEEKYEAR_WEEK = new JavaDateFormatter (
1918
1918
"weekyear_week" ,
@@ -1926,7 +1926,7 @@ public class DateFormatters {
1926
1926
1927
1927
/*
1928
1928
* Returns a formatter for a four digit weekyear, two digit week of
1929
- * weekyear, and one digit day of week. (xxxx -'W'ww-e)
1929
+ * weekyear, and one digit day of week. (YYYY -'W'ww-e)
1930
1930
*/
1931
1931
private static final DateFormatter WEEKYEAR_WEEK_DAY = new JavaDateFormatter (
1932
1932
"weekyear_week_day" ,
0 commit comments