I'm looking for the way that when the checkbox flages change the format of the datepicker.
This is my Jquery code
$(document).on('click','#chk_out',function ()
{
if ($('#chk_out').is(':checked'))
{
$( ".datepicker" ).datepicker...
asked by
22.12.2016 / 00:43