Opened 10 years ago
Closed 10 years ago
#220 closed enhancement (fixed)
Add a more friendly way to enter dates in search window and accessDate field
| Reported by: | dstillman | Owned by: | dstillman |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0.0 |
| Component: | interface | Version: | 1.0 |
| Keywords: | Cc: |
Description (last modified by dstillman)
Currently dates have to be entered in SQL form ("2006-08-28"), which obviously won't do -- it should either accept certain date forms, à la strtotime() (e.g. 8/28/06, though it'd have to handle localized forms too), have separate drop-downs for month/day/year, or have a pop-up calendar.
Alternatively (or in addition) there should be a new multipart operator: "In the last" ___ "days/weeks/months"
Change History (4)
comment:1 Changed 10 years ago by dstillman
- Description modified (diff)
comment:2 Changed 10 years ago by dstillman
- Milestone changed from 1.0 Beta 2 to 1.0 Final
- Summary changed from Add a more friendly way to enter dates in search window to Add a more friendly way to enter dates in search window and accessDate field
comment:3 Changed 10 years ago by dstillman
comment:4 Changed 10 years ago by dstillman
- Resolution set to fixed
- Status changed from new to closed
(In [1162]) Closes #220, Add a more friendly way to enter dates in search window and accessDate field
Addresss #352, Make sure data layer doesn't allow bad data via the API
Access date field is now human-friendly. Also enforcing SQL date form for the field in the DB and discarding bad data passed via setField().
(In [858]) Much improved date handling in searches and autocomplete
Fixes #338, Dates in search window should be converted to UTC before searching
Addresses #220, Add a more friendly way to enter dates in search window and accessDate field
Known issues: