Persian Calender in MVC , Asp.net
I use a DateTime variable in MVC and I want to show Persian calender for @Html.EditorFor(x=> x.ProductionDate) How can I do it? Ahmad I found the solution 1.Go to www.amib.ir/weblog/?page_id=316 and download the latest version of "AMIB_jsPersianCal" 2.Add "js-persian-cal.min.js" and "js-persian-cal.css" and "pcal.png" to your project you can change the css for specified the Url of PNG file 3.Add the css and js file to your cshtml file <link href="@Url.Content("~/Content/js-persian-cal.css")" rel="stylesheet" type="text/css" /> <script src="@Url.Content("~/Scripts/js-persian-cal.min.js")"><