Datapicker Dialog

    안드로이드 DataPicker Dialog 사용해서 날짜 입력받기

    Public Constructors public DatePickerDialog (Context context, DatePickerDialog.OnDateSetListener callBack, int year, int monthOfYear, int dayOfMonth) Since: API Level 1 Parameters contextThe context the dialog is to run in. callBackHow the parent is notified that the date is set. yearThe initial year of the dialog. monthOfYearThe initial month of the dialog. dayOfMonthThe initial day of the dial..