Example #1
0
 // GET: Test
 public ActionResult Index()
 {
     ViewBag.date = DateService.GetDateInfoTurkishLongDateFormat(DateTime.Now);
     return(View());
 }