I am getting input as some date/time in hours(integer) eg: 2 hrs I want to add this input hours to system date in yyyyMMddHHmmss format. How can i do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You could do something like this (assuming you meant format instead of parse):
|
|||||||||
|
|
Using the joda-time library:
|
|||
|

yyyyMMddHHmmssformat? Are you sure you don't mean you want to output in that format? – Mark Peters Aug 17 '11 at 16:37