Subversion Repositories SmartDukaan

Rev

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

Rev 23532 Rev 24402
Line 136... Line 136...
136
    public void setCreateTimestamp(LocalDateTime createTimestamp) {
136
    public void setCreateTimestamp(LocalDateTime createTimestamp) {
137
		this.createTimestamp = createTimestamp;
137
		this.createTimestamp = createTimestamp;
138
	}
138
	}
139
    
139
    
140
    public String getFormattedDate(){
140
    public String getFormattedDate(){
141
    	DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-YYYY HH:mm");
141
    	DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-yyyy HH:mm");
142
		return this.createTimestamp.format(formatter);
142
		return this.createTimestamp.format(formatter);
143
    }
143
    }
144
    
144
    
145
    @Override
145
    @Override
146
	public int hashCode() {
146
	public int hashCode() {