Hello,
I am using the inline calendar from this template page "component-datepicker.html"
The HTML looks like this
<div class="col-sm-6 bottommargin-sm">
<label for="">Inline Calendar</label>
<div class="inline-calendar"></div>
</div>Is there any way that when a date is selected, that the date can appear in text in real-time? (maybe done through jQuery or JS)
So something like this?
<div class="col-sm-6 bottommargin-sm">
<h2>25 September 2016</h2>
<label for="">Inline Calendar</label>
<div class="inline-calendar"></div>
</div>