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

Popular posts from this blog

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -