| Path : /proc/thread-self/root/var/www/html/viryaenergy.io/assets/demo/ |
| Current File : //proc/thread-self/root/var/www/html/viryaenergy.io/assets/demo/date-range-picker-demo-single.js |
$(function () {
$('input[name="birthday"]').daterangepicker(
{
singleDatePicker: true,
showDropdowns: true,
minYear: 1901,
maxYear: parseInt(moment().format("YYYY"), 10),
}
);
});