My code
schedular.cshtml
schedular.cshtml.cs
public async Task OnGet(int id) { CalendarViewModel = await _manageRequisitionFormService.GetScheduleDetailsAsync(id); }
OutPut
-----------------
Actually return in my database is ToDate 2022-10-18 11:41:02.133 From Date 2022-10-17 11:41:02.133 DownFrom 2022-09-30 19:33:00.000 DownTo 2022-10-01 19:33:00.000
ToDate 2022-11-18 18:33:00.000 From Date 2022-11-08 18:33:00.000 DownFrom 2022-09-30 19:33:00.000 DownTo 2022-10-01 19:33:00.000
Show these data in schedular (only view those data)
Replies
Know the answer? Post it — somebody with the same question will find it here.