public String today() { Date d = new Date(); return (d.getMonth() + 1) + "/" + d.getDate() + "/" + (d.getYear() + 1900); }