As far as I know we can set date since January 1, 1970 00:00:00 public void setMaxDate (long maxDate) Since: API Level 11<http://developer.android.com/guide/appendix/api-levels.html#level11>
Sets the maximal date supported by this DatePicker<http://developer.android.com/reference/android/widget/DatePicker.html>in milliseconds since January 1, 1970 00:00:00 in getDefault()<http://developer.android.com/reference/java/util/TimeZone.html#getDefault%28%29>time zone. Parameters maxDate The maximal supported date. public void setMinDate (long minDate) Since: API Level 11<http://developer.android.com/guide/appendix/api-levels.html#level11> Sets the minimal date supported by this NumberPicker<http://developer.android.com/reference/android/widget/NumberPicker.html>in milliseconds since January 1, 1970 00:00:00 in getDefault()<http://developer.android.com/reference/java/util/TimeZone.html#getDefault%28%29>time zone. Parameters minDate The minimal supported date. On Wed, Nov 9, 2011 at 7:17 PM, booooooooooooo <[email protected]> wrote: > HI all > I want set date 1900 in DatePickerDialog ,i used some methods but its > not supporting > Please give me a idea > > regards > vinod > > > > > -- > You received this message because you are subscribed to the Google Groups > "Android Discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/android-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
