Revision 1999 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.lib/src/main/java/org/gvsig/tools/dataTypes/impl/coercion/CoerceToDateTime.java

View differences:

CoerceToDateTime.java
45 45
    protected DateFormat[] getFormatters(Locale locale) {
46 46
        return new DateFormat[] {
47 47
            DateFormat.getDateTimeInstance(DateFormat.SHORT,DateFormat.MEDIUM, locale),
48
            DateFormat.getDateTimeInstance(DateFormat.SHORT,DateFormat.SHORT, locale)
48
            DateFormat.getDateTimeInstance(DateFormat.SHORT,DateFormat.SHORT, locale),
49
            DateFormat.getDateTimeInstance(DateFormat.SHORT,DateFormat.LONG, locale)
49 50
        };
50 51
    }
51 52

  

Also available in: Unified diff