Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / dataTypes / impl / coercion / CoerceToDate.java @ 2160

History | View | Annotate | Download (2.48 KB)

  • svn:mime-type: text/plain
# Date Author Comment
2160 02/23/2020 10:09 PM Joaquín del Cerro Murciano
2080 01/11/2020 08:41 PM Joaquín del Cerro Murciano

refs #5174. Cambios drasticos en el modelo de Coercion para adaptarlo a que el metodo coerce reciba un CoercionContext, para poder pasar informacion sobre locale, precision, escala, tipo de redondeo segun el tipo de dato. Tambien se ha unificado la concatenacion de varios coercion sonbre un tipo de datos....

2079 01/03/2020 10:01 AM Joaquín del Cerro Murciano

Añadido soporte para los tipos de fecha usados en el DBF.

1999 09/30/2019 12:05 PM Óscar Martínez

Transformacion de fechas a string o desde string

1881 04/23/2019 10:30 PM Joaquín del Cerro Murciano

refactoring del los formularios dinamicos de gvSIG para dotarlos de mas funcionalidad

1388 02/25/2016 04:18 PM Francisco Díaz Carsí

refs #4123
- Fixed JDynFormFieldDate to accept null values.
- Attemp (but commented) to read the default values of Postgresql database.

1159 08/08/2014 01:41 PM Joaquín del Cerro Murciano
802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

602 09/05/2011 04:06 AM Cesar Ordiñana

Add unit tests and correct some Coercion implementations. Also separate the CoerceToDate to three different coercers for DATE, TIME and TIMESTAMP data types.
This fixes bug gvsig-desktop#15643.

112 05/07/2010 05:02 AM Joaquín del Cerro Murciano
  • Extends DataTypeManager to add coerce methods
    and use this in DynObjects.
  • Remove use of deprecated code.
  • Fix register of DefaultDataTypesManager.
  • Remove deprecated methods of DataTypes
    and back this to an interface.