calendar cal = calendar.getinstance(); cal.get(calendar.day_of_month); cal.get(calendar.month); cal.get(calendar.year); simpledateformat simpledateformat = new simpledateformat(yyyymmdd); string date=simpledateformat.format(new date()); str
calendar cal = calendar.getinstance();
cal.get(calendar.day_of_month);
cal.get(calendar.month);
cal.get(calendar.year);
simpledateformat simpledateformat = new simpledateformat(yyyymmdd);
string date=simpledateformat.format(new date());
string y=date.substring(0,4);
string m=date.substring(4,6);
string d=date.substring(6,8);