Skip to content

Commit bfa957a

Browse files
committed
docs(datepicker): add note about format function
1 parent 7559918 commit bfa957a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pug/page-contents/pickers_content.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ <h5>Options</h5>
5757
</tr>
5858
<tr>
5959
<td>format</td>
60-
<td>String</td>
60+
<td>String || Function</td>
6161
<td>'mmm dd, yyyy'</td>
62-
<td>The date output format for the input field value.</td>
62+
<td>The date output format for the input field value or a function taking the date and outputitng the formatted date string.</td>
6363
</tr>
6464
<tr>
6565
<td>parse</td>

0 commit comments

Comments
 (0)