B4J Question Calculations on dates

jjmairena

Member
Licensed User
Longtime User
hello friends I would like to know how to perform calculations on dates, for example: how many days between two dates, calculate a new date from the current as they are made in vb ... I appreciate the help
 

Daestrum

Expert
Licensed User
Longtime User
Have a look at the jDateUtils library, that will probably do what you want.
jDateUtils is included in the standard IDE libs, just tick jDateUtils in the library tab.
 
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
@LucaMs Erel already made a jDateUtils for java, it's included with the B4J IDE.
 
Upvote 0
Top