Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/components/DatePicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,13 @@ export default {
<td> - </td>
<td> Portrait, Landscape, Landscape-left, Landscape-right </td>
<td>Allows the modal to rotate to any of the specified orientations</td>
</tr>
</tr>
<tr>
<td>formatChosenDate(date)</td>
<td> - </td>
<td>Function</td>
<td>Returns the date in the format specified</td>
</tr>
</tbody>
</table>
<p>
Expand Down