Hide Forgot
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000007CJGm&sfdc.override=1 project_key: JBEPP Platform issue for GTNPORTAL-1944 / GTNPORTAL-1502 http://anonsvn.jboss.org/repos/gatein/epp/portal/tags/EPP_5_1_0_GA/webui/core/src/main/java/org/exoplatform/webui/form/validator/DateTimeValidator.java has an additional check where the date input value needs to match the (not localized) DATETIME_REGEX, which is superfluous and causes localized date input to fail.
Link: Added: This issue Cloned from GTNPORTAL-1944
Link: Added: This issue depends GTNPORTAL-1502
Link: Added: This issue is incorporated by JBEPP-1114
Release Notes Docs Status: Added: Not Yet Documented
Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Resolved Issue Release Notes Text: Added: DateTimeValidator.java had an unnecessary check where the date input value needed to match the (not localized) DATETIME_REGEX. This superfluous requirement caused localized date input to fail. The fix removes the DATETIME_REGEX, which fixes the issue.