Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
255
Get WebMonthView selected date
posted

How to get selected date from webmonthview when user click on date area? not header

Thanks

Parents
  • 2895
    posted

    Hello Syne,

    Thank you for using our community.

    I would like to suggest you using a click event. That way when you click on a particular day you will have access to the DOM element of the selected day. Here is a sample code:

    function WebMonthView1_Click(oDayView, oEvent, element){ 

        var selectedDay = element;

    }

    If you give me more information on what exactly you want to accomplish, by getting the selected day, I could better assist you.

    If you have further questions, don’t hesitate to contact us.

Reply Children