calendar fixes

This commit is contained in:
medet97 2020-04-30 14:21:25 +05:00
parent f65cef296a
commit 1610ba12ef
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@
// $('#datepicker').datepicker().on('changeDate', function (e) {
// alert('43');
// });
alert($("#datepicker").val());
setTimeout(function () {
alert($("#datepicker").val());
}, 500);
});
</script>
@endsection