• 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.