Users Pricing

forum

Home Forums Bootstrap datepicker hide after selection – MindStick

Bootstrap datepicker hide after selection

Anonymous User 1772 23 May 2018

I want to hide the date picker after date selection

$('#dp1').datepicker({

    format: 'mm-dd-yyyy',
    startDate: '-15d',
    autoclose: true,
    endDate: '+0d' // there's no convenient "right now" notation yet
});

Any help would be appreciated.


2 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md