MindFusion.UI for WebForms Programmer's Guide

Calendar.getDateCell Method

See Also
 



Gets the cell object corresponding to the specified date.

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

 Syntax

JavaScript  Copy Code

function getDateCell (date)

 Parameters

date

Type: Date
The date.

 Return Value

Type: Object
The cell.

 See Also