Questions tagged as 'jodatime'

1
answer

Joda DateTime is not compiled

The problem I have is the following: When I compile my code, I do not have any errors, but when I execute it, I get the error. java.lang.NoClassDefFoundError: org/joda/time/format/DateTimeFormat I have Joda's api implemented by Maven in...
asked by 04.07.2018 / 11:12
1
answer

Jodatime work alone with hours and minutes

I am working on a project in which I have to add hours from a set time as:    00:00 this data is a String to which I must go adding hours and minutes related to some work parts. I'm using Jodatime that I think is more useful than...
asked by 07.03.2018 / 19:13
1
answer

Sum of hours as doubles

I have values that I have to add as hours, the problem is that these values reach me as double , where the first number is the hour and the second is the minutes, that is, for example:    valueA = 09.30 - > 9 hours and 30 minutes   ...
asked by 08.03.2018 / 12:41