Subversion Repositories SmartDukaan

Rev

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

Rev 23902 Rev 24404
Line 862... Line 862...
862
	public void setLineItem(LineItem lineItem) {
862
	public void setLineItem(LineItem lineItem) {
863
		this.lineItem = lineItem;
863
		this.lineItem = lineItem;
864
	}
864
	}
865
	
865
	
866
	public String getFormattedDate(){
866
	public String getFormattedDate(){
867
    	DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-YYYY HH:mm");
867
    	DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-yyyy HH:mm");
868
		return this.createTimestamp.format(formatter);
868
		return this.createTimestamp.format(formatter);
869
    }
869
    }
870
	
870
	
871
	
871
	
872
	@Override
872
	@Override