[]
        
(Showing Draft Content)

C1.Web.Mvc.InputDate

InputDate Class

The control allows users to type in dates using any format supported by the Globalize class, or to pick dates from a drop-down box that shows a Calendar control.

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class InputDate : InputDateBase, IHtmlString, ITemplate, IDropDown

Constructors

Name Description
InputDate(HtmlHelper, string)

Creates one InputDate instance.

Extension Methods