Subversion Repositories SmartDukaan

Rev

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

Rev 24383 Rev 24402
Line 206... Line 206...
206
 
206
 
207
	public String getFormattedCreateTimestamp(){
207
	public String getFormattedCreateTimestamp(){
208
		if(createdTimestamp == null){
208
		if(createdTimestamp == null){
209
			return null;
209
			return null;
210
		}
210
		}
211
		DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-YYYY HH:mm");
211
		DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-yyyy HH:mm");
212
		return createdTimestamp.format(formatter);
212
		return createdTimestamp.format(formatter);
213
    }
213
    }
214
 
214
 
215
	@Override
215
	@Override
216
	public String toString() {
216
	public String toString() {