Subversion Repositories SmartDukaan

Rev

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

Rev 31208 Rev 31210
Line 73... Line 73...
73
		DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ofPattern("dd/MM/yyyy HH:mm");
73
		DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ofPattern("dd/MM/yyyy HH:mm");
74
		attributesMap.put("dateFormatter", dateFormatter);
74
		attributesMap.put("dateFormatter", dateFormatter);
75
		attributesMap.put("nf", numberformat);
75
		attributesMap.put("nf", numberformat);
76
		attributesMap.put("dateMonthFormatter", dateMonthFormatter);
76
		attributesMap.put("dateMonthFormatter", dateMonthFormatter);
77
		attributesMap.put("datehiphenFormatter", datehiphenFormatter);
77
		attributesMap.put("datehiphenFormatter", datehiphenFormatter);
78
		//attributesMap.put("dateYearMonthFormatter", dateYearMonthFormatter);
-
 
79
		attributesMap.put("dateMonthYearFormatter", dateMonthYearFormatter);
78
		attributesMap.put("dateMonthYearFormatter", dateMonthYearFormatter);
80
		attributesMap.put("dateMonthChYear", dateMonthChYear);
79
		attributesMap.put("dateMonthChYear", dateMonthChYear);
81
		attributesMap.put("decimalFormatter", decimalFormatter);
80
		attributesMap.put("decimalFormatter", decimalFormatter);
82
		attributesMap.put("noData",
81
		attributesMap.put("noData",
83
				"<tr><td colspan=\"20\" style=\"text-align:center;\">No results found for the given criteria</td></tr>");
82
				"<tr><td colspan=\"20\" style=\"text-align:center;\">No results found for the given criteria</td></tr>");