I want to get a java.util.Date
class using joda
.
I need that the date in Date
class will be format as yyyy-MMM-dd HH:mm:ss
and GMT/UTC
time.
Thanks.
I will clarify my question: i want that when i print toString of Date i will get the time in format of yyyy-MMM-dd HH:mm:ss and as UTC/GMT time.