How can one convert a date type into a time type in Java?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Assuming based on your question history you want convert
Also see the linked Javadocs. This is #1 source to look for answers to this kind of trivial questions. |
|||
|
|
|
The Date object stores date and time, you can get the time out of a date with accessors. |
|||
|
|
|
Use
|
|||
|
|
|
Java Date and time classes can be a bit confusing. I wrote a tutorial covering the core classes. You can find it here: |
|||
|
|