I am using DatePicket in my activity ,
I want to limit the date picked by user to todays date.
They should not able to select date greater than todays date.
I haven't worked with DatePicker but The documentation doesn't show any methods which can restrict the maximum date the Picker displays, still you can always check for the date it returns and can notify the user about validation criterion.