Subversion Repositories SmartDukaan

Rev

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

Rev 8250 Rev 8251
Line 53... Line 53...
53
	private HttpServletRequest request;
53
	private HttpServletRequest request;
54
    private HttpSession session;
54
    private HttpSession session;
55
	
55
	
56
    private String errorMsg = "";
56
    private String errorMsg = "";
57
    
57
    
58
    private SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
58
    private SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
59
 
59
 
60
    private File listingFile;
60
    private File listingFile;
61
 
61
 
62
    
62
    
63
    public String create() throws IOException {
63
    public String create() throws IOException {