android - Get Current System Time -


how current system's time , date without using calender.getinstance()?

try

date d = new date(); charsequence s  = dateformat.format("eeee, mmmm d, yyyy ", d.gettime()); 

you can edit format string like..


Comments