| Author |
How to get day, month, and year seperate from date
|
Kay Tracid
Ranch Hand
Joined: Mar 06, 2002
Posts: 148
|
|
Hi, I want to get day, month and year from the Date object. How can I do this? Thanks a lot!
|
 |
prabhat kumar
Ranch Hand
Joined: Apr 11, 2001
Posts: 114
|
|
use Calendar.get(Calendar.DAY_OF_MONTH). and so on
|
 |
 |
|
|
subject: How to get day, month, and year seperate from date
|
|
|