#209 - Better date fields
| Identifier | #209 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Better date fields |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | catalogues |
| Description | The date field is held in a normal DB integer. It needs to be a bigint to hold wider timestamps. Those seconds across years add up quick. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
Was an interface issue, the list could not show 1000's of years to pick from.
Fixed using some JS, and also improved how the YUI calendar control integrates, and fixed a webkit bug in it.