안녕하세요.

    dialog = new DatePickerDialog( this, this,
     calendar.get(Calendar.YEAR),
     calendar.get(Calendar.MONTH),
     calendar.get(Calendar.DAY_OF_MONTH) );

 이런식으로 Date Dialog를 생성하고 있는데요.
 일/월/년 으로 picker가 나타나던데요. 월/년만 나타나게 하려고 하는데요.

 방법을 못 찾겠네요..;;  혹시 방법을 아시는 분은 알려주시기 바랍니다.

 고맙습니다.