[]
        
(Showing Draft Content)

wjInputDate Class

wjInputDate Class

KnockoutJS binding for the InputDate control.

Use the wjInputDate binding to add InputDate controls to your KnockoutJS applications. For example:

<p>Here is an InputDate control:</p>
<div data-bind="wjInputDate: {
  value: theDate,
  format: 'M/d/yyyy' }">
</div>

The wjInputDate binding supports all read-write properties and events of the InputDate control. The following properties provide two-way binding mode:

  • isDroppedDown
  • text
  • value

Heirarchy

  • WjDropDownBinding
    • wjInputDate