gvSIG feature requests #1593
Allow editing of timestamp fields in attribute table
| Status: | Closed | % Done: | 0% | |
|---|---|---|---|---|
| Priority: | Normal | Spent time: | - | |
| Assignee: | ||||
| Category: | - | |||
| Target version: | - | |||
| gvSIG version: | 2.0.0 | Add-on resolve version: | ||
| Keywords: | Add-on resolve build: | |||
| Has patch: | No | Proyecto: | ||
| Add-on name: | Unknown | Hito: | ||
| Add-on version: |
Description
Allow editing of timestamp fields in attribute table
History
#1
Updated by Juan Lucas Domínguez over 13 years ago
- Status changed from New to Fixed
Support for editing of Timestamp type fields in attribute table
gvsig-tools:r726
gvsig-desktop:r39691
Parsing is as follows:
(1) Try to parse using standard format: (probably : yyyy-mm-dd hh:mm:ss.fffffffff)
(2) If (1) fails, then try to parse as a long (milliseconds from 1/1/1970)
(3) If (2) fails and input is string "now", then set to System.currentTimeMillis()
If (3) fails, then an error message is shown and user must change input.
#2
Updated by Álvaro Anguix about 12 years ago
- Status changed from Fixed to Closed