How to set a specific date in date picker in android
问题 I tried a lot,but all doesn't work. I need my date picker the date starts with september 1 2014.But it starts 1900. I set minimum date concept it disappears all past dates. please guys anybody help. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.daty); click=(ImageView)findViewById(R.id.click); hdate=(TextView)findViewById(R.id.hdate); timeStamp = new SimpleDateFormat("dd/MM/yyyy").format(new Date(System.currentTimeMillis()));