You must Sign In to post a response.
  • Category: ASP.Net MVC

    Calendar With Option To Select Weekends

    Hello,

    I have an application where you can order a meal for lunch or dinner.
    Here, when client place an order, there is option to select plan in days and start date.
    Then end date calculate automatically.

    Now, I want to give a open calendar to client where client can select dates where he / she dont want meal for specific day.
    Can anyone suggest me the direction for this that how to implement it.
  • #767895
    Hi,

    I am using one JS file for this calendar options called Calendar Widget.
    The Calendar widget is a JavaScript-based calendar that can either be embedded within a page or popup when a trigger element is clicked. It is based very loosely on the Dynarch Calendar, only in the sense that it was used as a base, but has been almost entirely re-implemented.

    http://calendarview.org/

    Gave a try to this.

    Thanks,
    Mani

  • #767912
    Hai Pranjal,
    There are many JQuery libraries for the calendar which can be used. These calender's are having the settings by setting the property to highlight the weekends and weekdays.
    You can go through the below links and use the calendar which suits your requirements:

    1. https://jqueryui.com/datepicker/
    2. https://fullcalendar.io/
    3. http://keith-wood.name/datepick.HTML
    4. https://plugins.jquery.com/tag/calendar/
    5. http://www.learningjquery.com/2015/03/14-top-calendar-and-date-picker-jquery-plugins

    Hope it will be helpful to you.

    Regards,
    Pawan Awasthi(DNS MVM)
    +91 8123489140 (whatsApp), +60 14365 1476(Malaysia)
    pawansoftit@gmail.com


  • Sign In to post your comments