| Summary: | RFE: Suggest or enforce date formats in docs | ||
|---|---|---|---|
| Product: | [Community] PressGang CCMS | Reporter: | Matthew Casperson <mcaspers> |
| Component: | Web-UI | Assignee: | pressgang-ccms-dev |
| Status: | NEW --- | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.2 | CC: | cbredesen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1014434 | ||
| Bug Blocks: | |||
|
Description
Matthew Casperson
2013-10-15 02:41:55 UTC
Java parses the following dates: MM-dd-yyyy MM/dd/yyyy yyyy-MM-dd yyyy/MM/dd EEE MMM dd yyyy EEE, MMM dd yyyy EEE MMM dd yyyy Z EEE dd MMM yyyy EEE,dd MMM yyyy EEE dd MMM yyyy Z yyyyMMdd yyyyMMdd'T'HHmmss.SSSZ Of those, the following are acceptable according the the IBM style guide EEE, MMM dd yyyy EEE,dd MMM yyyy Just want to amend the above statement. Java can parse anything you can construct with a SimpleDateFormat, although the more formats the longer it's likely to take to parse. The above is what we currently allow when validating the Revision History in the builder. |