Mar 2020 - WebDateControl 1.2 for Xojo
WebDateControl is to create a date selection control on Xojo web applications.

WebDateControl without support for empty dates

WebDateControl with support for empty dates
The control supports "NULL" dates or what some would call no selection.
The control supports Min and Max date.
Supported on:
- Mac OS X (32 bit and 64 bit)
- Windows (32 bit and 64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM v7 compatible systems such as Raspberry PI 2 and 3
New in 1.2:
- Added TodayButtonDoesSelection property.
- Added Version constant to the control.
- Added ShowPopup method.
Nov 2019 - WebTimeControl 1.0 for Xojo
WebTimeControl is to create a time selection control on Xojo web applications.

WebTimeControl shown with 12 hour clock settings
The control supports 12 hour and 24 hour modes
The control supports setting minute step size.
The control supports setting overflow mode on minutes.
The control supports Localization.
Supported on:
- Mac OS X (32 bit and 64 bit)
- Windows (32 bit and 64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM v7 compatible systems such as Raspberry PI 2 and 3
New in 1.0:
- This is the first version.