Subversion Repositories SmartDukaan

Rev

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

Rev 4754 Rev 5368
Line 63... Line 63...
63
        }
63
        }
64
 
64
 
65
        return SDF.format(new Date(date));
65
        return SDF.format(new Date(date));
66
    }
66
    }
67
 
67
 
-
 
68
    public String index() {
-
 
69
        return INDEX;
-
 
70
    }
-
 
71
 
68
    public String editNew() {
72
    public String editNew() {
69
        return EDIT_NEW;
73
        return EDIT_NEW;
70
    }
74
    }
71
 
75
 
72
    public String edit() {
76
    public String edit() {