2
I want to know when I should use clear() and why to use.
SimpleDateFormat simpleDateFormart = new SimpleDateFormat("dd/MM/yyyy");
Date data1 = simpleDateFormart.parse("18/12/1986");
Date data2 = simpleDateFormart.parse("25/01/2017");
Calendar mD = Calendar.getInstance();
Calendar mD2 = Calendar.getInstance();
mD.clear();
mD2.clear();
Our...I didn’t understand anything...am I too stupid? 1970? Where did this value come from?
– Aline
See the note I added to the reply. See this also.
– ramaral
ok. just a moment I will read. And I come here to talk to you. wait...
– Aline