Free DateUtils plugin updated to version 1.5

We have finally finished our free DateUtils with tooltips and sample code. We have also added lots of new features.

The DateUtils plugin makes life easier for Servoy developers when dealing with dates. It allows easy calculation (adding months, days etc.) with dates, offers a range of getters for week of year, first day of month etc. and can deal with periods, durations and time zones.

The DateUtils plugin is available from our website.

Here is a short list of changes:

[enh] added tooltips and sample code
[enh] added Duration
[chg] DateUtils: createDateSeries now returns a Date instead of a DateTime
[dep] TimeZone: deprecated DSTSavings, use inDaylightTime instead
[dep] TimeZone: deprecated getAvailableTimeZones, use DateUtils.getAvailableTimeZones() instead
[dep] DateUtils: deprecated DateTimeField(), use .dateTimeField instead
[chg] DateTimeFormatter is now static: there is only one DateTimeFormatter, several uses of the formatter preserve previously set properties
[enh] DateTimeFormatter: added formatDate to format a date to only a date string
[enh] DateTimeFormatter: added formatTime to format a date to only a time string
[enh] DateUtils: added convenience methods addHours, addMinutes
[enh] DateTime: added hours, minutes, seconds and milliseconds properties
[enh] Period: added getFieldsAsArray to get all fields from years ([0]) to milliseconds ([7])
[dep] Period: deprecated getString and getShortString, use getFieldsAsArray instead and create your own string
[chg] DateTime: toStartOfDay and toEndOfDay now return a new DateTime object instead of changing the original
[dep] DateUtils: deprecated createPeriodFromDates(), use Period(Date start, Date end) instead

cool! Excellent plugin!