asp.net mvc - Multiple Months DayPilotMonth Lite -


i displaying monthly daypiolot calendar on mobile page, there way display 3 months instead of 1?

@html.daypilotmonth("dp", new daypilotmonthconfig  {    backendurl = url.content("~/home/backend"),    cssonly = true,    theme = "month_green",   }) 


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -