how to determine which day of week using calendar class

  • Thread starter chennakeshava_ramesh
  • Start date
C

chennakeshava_ramesh

hi,

I have a problem, I am not able to find out which day of the week it
is using the calendar class.
I am using set() function to set the date
and want to find out which day i.e mon,tue etc of the week it is .

Can anyone help me out with this,

regards
RAMESH
 
G

GaryM

(e-mail address removed) ([email protected])
wrote in
hi,

I have a problem, I am not able to find out which day of the week it
is using the calendar class.
I am using set() function to set the date
and want to find out which day i.e mon,tue etc of the week it is .

Can anyone help me out with this,

regards
RAMESH


Calendar cal = Calendar.getInstance();
int dayNumber = cal.get(Calendar.DAY_OF_WEEK);

Sun=1, Mon=2 etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top