Possible Duplicate:
how to convert current date into string in java?
I need to convert a DAte to String to user the method contains after Can you help please !
I need to convert a DAte to String to user the method contains after Can you help please ! |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
take a look at java.text.SimpleDateFormat |
|||
|
|
|
You give little details about your situation, but it sounds like maybe you should use Calendar, rather than String.contains |
|||
|
|