Had problems to schedule an instagram post. In the demo version a calendar pops up if I click into the datetime field.
fixed by changing input tipe from "text" to "datetime-local" in inc/public/post/views/pages/block_caption.php line 16
<input type="datetime-local" class="form-control datetime" autocomplete="off" name="time_post" value="">