# wjInputDate Class

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								wjInputDate Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>KnockoutJS binding for the <a href="wijmo_input.inputdate.html">InputDate</a> control.</p>
								</div>
								<p>Use the <a href="wijmo_knockout_input.wjinputdate.html">wjInputDate</a> binding to add <a href="wijmo_input.inputdate.html">InputDate</a> controls to your
								KnockoutJS applications. For example:</p>
								<pre>&lt;p&gt;Here is an InputDate control:&lt;/p&gt;
&lt;div data-bind="wjInputDate: {
  value: theDate,
  format: 'M/d/yyyy' }"&gt;
&lt;/div&gt;</pre>
								<p>The <b>wjInputDate</b> binding supports all read-write properties and events of
								the <a href="wijmo_input.inputdate.html">InputDate</a> control. The following properties provide two-way binding mode:</p>
								<ul>
									<li><b>isDroppedDown</b></li>
									<li><b>text</b></li>
									<li><b>value</b></li>
								</ul>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjDropDownBinding</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">wjInputDate</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>