Opened 11 years ago
Closed 11 years ago
#33 closed enhancement (fixed)
specdomain: standard date format
Reported by: | cschlep | Owned by: | cschlep |
---|---|---|---|
Priority: | minor | Milestone: | |
Keywords: | specdomain | Cc: | jemian |
Description (last modified by cschlep)
In the specdomain style guide, we currently use the following date format: YYYY/MM/DD
We should consider to change this to YYYY/MM/DD --> YYYY-MM-DD
YYYY/MM/DD
- not consistent with ISO8601
- may be used a lot in some people's files
YYYY-MM-DD
- consistent with ISO8601
- consistent with date reporting by support libraries
- machine readable by a lot of libraries
- slightly more readable (IMHO)
Change History (2)
comment:1 Changed 11 years ago by cschlep
- Description modified (diff)
comment:2 Changed 11 years ago by cschlep
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
The style guide has been changed to use the YYYY-MM-DD date format.