jodatime - How to convert Joda time LocalTime to java.util.Date? -
I want to convert Joda LocalTime to java.util.Date and No to LocalDate. If it helps, then I already have a local time item. I obviously have no part of "date" in local time. So I can not convert local time directly into the date. Is there an easy way to do this? Step -
local time-late localed lock = today's date + excess date da = locd.toDate ();
date da = loct.toDateTimeToday (). ToDate ();
Comments
Post a Comment