Subversion Repositories SmartDukaan

Rev

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

Rev 23983 Rev 24402
Line 261... Line 261...
261
	
261
	
262
	public String getFormattedCreateTimestamp(){
262
	public String getFormattedCreateTimestamp(){
263
		if(createTimestamp == null){
263
		if(createTimestamp == null){
264
			return null;
264
			return null;
265
		}
265
		}
266
		DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-YYYY HH:mm");
266
		DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-yyyy HH:mm");
267
		return createTimestamp.format(formatter);
267
		return createTimestamp.format(formatter);
268
    }
268
    }
269
	
269
	
270
	public String getItemDescription() {
270
	public String getItemDescription() {
271
		return itemDescription;
271
		return itemDescription;