@{ ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["Title"] + " | Fleet Manager Close Ticket"; Layout = "~/Views/Shared/_Layout.cshtml"; }
Report - Fleet Manager Close Ticket
@*
*@ @*
*@
Start Date @(Html.Kendo().DatePicker() .Name("startDate") .Start(CalendarView.Month) .Depth(CalendarView.Month) .Format(System.Configuration.ConfigurationManager.AppSettings["dateFormat"]) .Value(new DateTime(DateTime.Now.Year, DateTime.Now.Month, 1)) .Max(DateTime.Now) .HtmlAttributes(new { @class = "kendo-make-readonly", type = "text" }) .Events(e => { // e.Change("onChangeDateSelection"); }) )   End Date @(Html.Kendo().DatePicker() .Name("endtDate") .Start(CalendarView.Month) .Depth(CalendarView.Month) .Format(System.Configuration.ConfigurationManager.AppSettings["dateFormat"]) .Value(DateTime.Now) .Max(DateTime.Now) .HtmlAttributes(new { @class = "kendo-make-readonly", type = "text" }) )
@*Popup dialog box div *@ @{ var mapApiKey = System.Configuration.ConfigurationManager.AppSettings["GoogleId"]; //(mapApiKey); var src1 = "https://maps.google.com/maps/api/js?sensor=false&type=restaurant,establishment,fire_station&key="+mapApiKey; }