Subversion Repositories SmartDukaan

Rev

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

Rev 26164 Rev 26183
Line 78... Line 78...
78
                .parseCaseInsensitive()
78
                .parseCaseInsensitive()
79
                .append(DateTimeFormatter.ISO_LOCAL_DATE)
79
                .append(DateTimeFormatter.ISO_LOCAL_DATE)
80
                .optionalStart()
80
                .optionalStart()
81
                .appendLiteral('T')
81
                .appendLiteral('T')
82
                .optionalEnd()
82
                .optionalEnd()
-
 
83
                .optionalStart()
83
                .appendLiteral(' ')
84
                .appendLiteral(' ')
-
 
85
                .optionalEnd()
84
                .append(DateTimeFormatter.ISO_LOCAL_TIME)
86
                .append(DateTimeFormatter.ISO_LOCAL_TIME)
85
                .toFormatter();
87
                .toFormatter();
86
		DateTimeFormatter sf = new DateTimeFormatterBuilder()
88
		DateTimeFormatter sf = new DateTimeFormatterBuilder()
87
				.parseCaseInsensitive()
89
				.parseCaseInsensitive()
88
				.append(DateTimeFormatter.ISO_LOCAL_DATE)
90
				.append(DateTimeFormatter.ISO_LOCAL_DATE)