Kind of new to Java - pardon the newbie question.
I've created a form that has a couple of input fields and a button. The goal is to prompt for two dates and display the number of days between the two. I've been playing around with java.util.Date - but haven't figured it out yet. In the DB language I primarily use - dates are stored as the number of days since 01/01/1900. Is there a similar way to do this in Java?
Thanks Tim Ryan
PROGRESS Developer
I've created a form that has a couple of input fields and a button. The goal is to prompt for two dates and display the number of days between the two. I've been playing around with java.util.Date - but haven't figured it out yet. In the DB language I primarily use - dates are stored as the number of days since 01/01/1900. Is there a similar way to do this in Java?
Thanks Tim Ryan
PROGRESS Developer