Date Calculator is a simple and easy-to-use Java based application that can perform various calculations on calendar dates, such as determining the number of days between two dates.
Additionally, it can be used for generating random date intervals. Date Calculator uses a Gregorian calendar to perform its calculations.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
Bug Fixes:
· When a file is transferred to the application by dragging and dropping, an icon is displayed under the mouse cursor to indicate the the kind of transfer. The icon now correctly shows a Copy operation instead of a Move operation.
Other changes:
· A keyboard focus indicator in the form of a dashed border has been provided for drop-down lists because the old mechanism (highlighting the selected item) didn't work on some platforms.
· All the text in a text field is automatically selected when the field acquires keyboard focus. This applies regardless of whether the focus is transferred by mouse or by keyboard.