Site updated at 2017-11-22 07:52:14 UTC

This commit is contained in:
Travis CI 2017-11-22 07:52:14 +00:00
parent bc30fa458d
commit 5eb3bebf95
27 changed files with 73 additions and 65 deletions

View file

@ -99,7 +99,7 @@
<li><strong>name</strong> (<em>Optional</em>): Friendly name of the datetime input.</li>
<li><strong>has_time</strong> (<em>Optional</em>): Set to <code class="highlighter-rouge">true</code> if this input should have time. Defaults to <code class="highlighter-rouge">false</code>.</li>
<li><strong>has_date</strong> (<em>Optional</em>): Set to <code class="highlighter-rouge">true</code> if this input should have a date. Defaults to <code class="highlighter-rouge">false</code>.</li>
<li><strong>initial</strong> (<em>Optional</em>): Set the initial value of this input. Defaults to 1970-01-01 00:00.</li>
<li><strong>initial</strong> (<em>Optional</em>): Set the initial value of this input. Defaults to 1970-01-01 00:00. If has_time is <code class="highlighter-rouge">false</code> this must be just a date (e.g.: 1970-01-01). If has_date is <code class="highlighter-rouge">false</code> this must be just a time (e.g.: 15:16).</li>
</ul>
</li>
</ul>