MindFusion.UI for WebForms Programmer's Guide

DatePicker.advance Method

See Also
 



Advances the control's date with the specified number of years, months and/or days.

Namespace: MindFusion.UI.Web
Assembly: DatePicker.js

 Syntax

JavaScript  Copy Code

function advance (years, [months, [days]])

 Parameters

years

Type: Number
The number of years to advance.

months
Optional.

Type: Number
The number of months to advance.

days
Optional.

Type: Number
The number of days to advance.

 See Also