Loading core/java/android/widget/DatePicker.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -46,8 +46,8 @@ import java.util.TimeZone; * displayed. Also the minimal and maximal date from which dates to be selected * displayed. Also the minimal and maximal date from which dates to be selected * can be customized. * can be customized. * <p> * <p> * See the <a href="{@docRoot} * See the <a href="{@docRoot}resources/tutorials/views/hello-datepicker.html">Date * resources/tutorials/views/hello-datepicker.html">Date Picker tutorial</a>. * Picker tutorial</a>. * </p> * </p> * <p> * <p> * For a dialog using this view, see {@link android.app.DatePickerDialog}. * For a dialog using this view, see {@link android.app.DatePickerDialog}. Loading Loading
core/java/android/widget/DatePicker.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -46,8 +46,8 @@ import java.util.TimeZone; * displayed. Also the minimal and maximal date from which dates to be selected * displayed. Also the minimal and maximal date from which dates to be selected * can be customized. * can be customized. * <p> * <p> * See the <a href="{@docRoot} * See the <a href="{@docRoot}resources/tutorials/views/hello-datepicker.html">Date * resources/tutorials/views/hello-datepicker.html">Date Picker tutorial</a>. * Picker tutorial</a>. * </p> * </p> * <p> * <p> * For a dialog using this view, see {@link android.app.DatePickerDialog}. * For a dialog using this view, see {@link android.app.DatePickerDialog}. Loading