Subversion Repositories SmartDukaan

Rev

Rev 26186 | Rev 26188 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26186 Rev 26187
Line 72... Line 72...
72
                .appendLiteral(' ')
72
                .appendLiteral(' ')
73
                .optionalEnd()
73
                .optionalEnd()
74
                .optionalEnd()
74
                .optionalEnd()
75
                .append(DateTimeFormatter.ISO_LOCAL_TIME)
75
                .append(DateTimeFormatter.ISO_LOCAL_TIME)
76
                .toFormatter();
76
                .toFormatter();
77
        registrar.setDateFormatter(df);
77
        registrar.setDateTimeFormatter(df);
-
 
78
        registrar.setDateFormatter(DateTimeFormatter.ISO_LOCAL_DATE);
-
 
79
        registrar.setTimeFormatter(DateTimeFormatter.ISO_LOCAL_TIME);
78
        registrar.registerFormatters(registry);
80
        registrar.registerFormatters(registry);
79
    }
81
    }
80
 
82
 
81
	
83
	
82
	
84