Subversion Repositories SmartDukaan

Rev

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

Rev 24264 Rev 24402
Line 114... Line 114...
114
	public void setCreateTimestamp(LocalDateTime createTimestamp) {
114
	public void setCreateTimestamp(LocalDateTime createTimestamp) {
115
		this.createTimestamp = createTimestamp;
115
		this.createTimestamp = createTimestamp;
116
	}
116
	}
117
	
117
	
118
	public String getFormattedDate(){
118
	public String getFormattedDate(){
119
    	DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-YYYY HH:mm");
119
    	DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-yyyy HH:mm");
120
		return this.createTimestamp.format(formatter);
120
		return this.createTimestamp.format(formatter);
121
    }
121
    }
122
	
122
	
123
	@Override
123
	@Override
124
	public int hashCode() {
124
	public int hashCode() {