Subversion Repositories SmartDukaan

Rev

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

Rev 31460 Rev 31703
Line 93... Line 93...
93
 
93
 
94
	public static String formatDate(LocalDateTime dateTime) {
94
	public static String formatDate(LocalDateTime dateTime) {
95
		return dateTime.format(dateFormatter);
95
		return dateTime.format(dateFormatter);
96
	}
96
	}
97
 
97
 
-
 
98
	public static String formatDate(LocalDate date) {
-
 
99
		return date.format(dateFormatter);
-
 
100
	}
-
 
101
 
98
	public static String formatDateMonth(LocalDateTime dateTime) {
102
	public static String formatDateMonth(LocalDateTime dateTime) {
99
		return dateTime.format(dateMonthFormatter);
103
		return dateTime.format(dateMonthFormatter);
100
	}
104
	}
101
 
105
 
102
	public static String formatDDMMMyyyyFormatter(LocalDate localDate) {
106
	public static String formatDDMMMyyyyFormatter(LocalDate localDate) {