 |
DateUtils plugin news |
December 17th, 2009
Version 1.6.2 released
Version 1.6.2 is a maintenance release that addresses a few minor bugs.
March 6th, 2009
Version 1.6 released
Version 1.6 of the plugin is now fully compatible with Servoy 4 or greater.
January 30th, 2008
Version 1.5.1 released
The new release of the plugin adds the following:
- getMonthNames() returns an array of all month names either for the given or the default locale
- getShortMonthNames() returns short month names ("Jan", "Feb", ...)
- getWeekdays() returns the names of the weekdays ("Monday", "Tuesday") for the given or the default locale
- getShortWeekdays() returns short weekday names ("Mon", "Tue")
July 11th, 2007
Version 1.5 released
We finally "polished" our free DateUtils plugin with tooltips and sample code and added several new features:
- added Duration
- DateTimeFormatter: added formatDate to format a date to only a date string
- DateTimeFormatter: added formatTime to format a date to only a time string
- DateTimeFormatter is now static: there is only one DateTimeFormatter, several uses of the formatter preserve previously set properties
- DateUtils: added convenience methods addHours, addMinutes
- DateTime: added hours, minutes, seconds and milliseconds properties
- Period: added getFieldsAsArray to get all fields from years ([0]) to milliseconds ([7])
|