• Resolved amr2318

    (@amr2318)


    ???? ??????? ??????? ?? ???? ??????? ????
    ?????? ???? ?? ??? ????? ??? ???? ??????? ??????
    ??? ???? ???? ?? ????? ?

    call_hours('<?php echo date('Y-m-d');?>')
        var dateToday = new Date();
        $( "#datepicker" ).datepicker({
            minDate: dateToday,
            dateFormat: 'yy-mm-dd',
            onSelect: function(dateText) {
                call_hours(this.value);
            }
    
        });

    ???? ??? ??????? ????? ???? ?? ???

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘????? ???? ??????? ?? ??????’ is closed to new replies.