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

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -