Subversion Repositories SmartDukaan

Rev

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

Rev 24087 Rev 24402
Line 159... Line 159...
159
	
159
	
160
	public String getFormattedCreateTimestamp(){
160
	public String getFormattedCreateTimestamp(){
161
		if(createTimestamp == null){
161
		if(createTimestamp == null){
162
			return null;
162
			return null;
163
		}
163
		}
164
		DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-YYYY HH:mm");
164
		DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-yyyy HH:mm");
165
		return createTimestamp.format(formatter);
165
		return createTimestamp.format(formatter);
166
    }
166
    }
167
	
167
	
168
	public String getDescription() {
168
	public String getDescription() {
169
		return description;
169
		return description;