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 agree with Sheikh.
Maybe consider doing validation on the entered date and if invalid, notify the user and launch the DatePicker again.
Other than that, maybe a custom widget, but I haven't seen a default way to do this.