Subversion Repositories SmartDukaan

Rev

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

Rev 23663 Rev 24402
Line 104... Line 104...
104
	
104
	
105
	public String getFormattedCreateDate(){
105
	public String getFormattedCreateDate(){
106
		if(createDate == null){
106
		if(createDate == null){
107
			return null;
107
			return null;
108
		}
108
		}
109
		DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-YYYY");
109
		DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-yyyy");
110
		return createDate.format(formatter);
110
		return createDate.format(formatter);
111
    }
111
    }
112
 
112
 
113
	@Override
113
	@Override
114
	public int hashCode() {
114
	public int hashCode() {