Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Which Calendar scripts do you use and recommend?

    • 0
    • 0
    • 0
    • 2
    • 0
    • 0
    • 0
    • 612
    Answer it

    Hello,

    Currently, I am creating a html web page and using jQuery library for js.

    I need to integrate calendar in my page, which can be used to schedule my events.

    Please suggest any useful calendar with minimum size.

    Any help would be appreciated!

 2 Answer(s)

  • Try this 
    <script type="text/javascript">
    $(document).ready(function(){
       
        $(".DatePickerCalendar").datepicker({
            dateFormat: 'mm\/dd\/yy',
            closeText: "Close",
            dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa']
        }); //DatePickers

    }); //document ready
    </script>
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: