Site updated at 2017-11-22 07:52:14 UTC
This commit is contained in:
parent
bc30fa458d
commit
5eb3bebf95
27 changed files with 73 additions and 65 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue