diff --git a/core/src/main/java/org/apache/struts2/components/DateTimePicker.java b/core/src/main/java/org/apache/struts2/components/DateTimePicker.java index aa3e3e9a3..64f6b26e8 100644 --- a/core/src/main/java/org/apache/struts2/components/DateTimePicker.java +++ b/core/src/main/java/org/apache/struts2/components/DateTimePicker.java @@ -43,7 +43,6 @@ import com.opensymphony.xwork2.util.ValueStack; * A stand-alone DateTimePicker widget that makes it easy to select a date/time, or increment by week, month, * and/or year. *
- * Dates attributes passed in the `RFC 3339` format: * ** It is possible to customize the user-visible formatting with either the @@ -51,7 +50,7 @@ import com.opensymphony.xwork2.util.ValueStack; * locale will be used.
* * - * Syntax supported by 'displayFormat' aree (http://www.unicode.org/reports/tr35/tr35-4.html#Date_Format_Patterns):- + * Syntax supported by 'displayFormat' is (http://www.unicode.org/reports/tr35/tr35-4.html#Date_Format_Patterns):- *| Format | @@ -90,8 +89,7 @@ import com.opensymphony.xwork2.util.ValueStack; *