Article Details
Id:15863
Product:finPOWER Connect
Type:NEW
Version:3.01.11
Opened:07/02/2019
Closed:08/02/2019
Released:03/04/2019
Job: J021848

HTML Widgets; widget.GetAgeInYears method added

A new widget.GetAgeInYears JavaScript function has been added.

This is passed a date of birth and, optionally a date as at, e.g.:

var years = widget.GetAgeInYears(new Date(1969,8,23));

var years = widget.GetAgeInYears(new Date(1969,8,23), new Date(2019,1,23));