Add dateFormat to calendar module

This commit is contained in:
Chris van Marle
2016-11-10 17:26:29 +01:00
parent a388fe3acb
commit 9fd81bf6c7
2 changed files with 10 additions and 2 deletions

View File

@@ -118,6 +118,13 @@ The following properties can be configured:
<br><b>Default value:</b> <code>false</code>
</td>
</tr>
<tr>
<td><code>dateFormat</code></td>
<td>Format to use for the date of events (when using absolute dates)<br>
<br><b>Possible values:</b> See <a href="http://momentjs.com/docs/#/parsing/string-format/">Moment.js formats</a>
<br><b>Default value:</b> <code>MMM Do</code> (e.g. Jan 18th)
</td>
</tr>
<tr>
<td><code>timeFormat</code></td>
<td>Display event times as absolute dates, or relative time<br>