Hello,
I would like to display a date on the format yyyy/mm/dd:
(string)ViewDat a["StartDate"] ??
ViewData.Model. SlidePaper.Slid e.StartDate.ToS tring("yyyy/mm/dd")
This is not working ... But as far as I remember was only to place the
format inside the ToString or not?
Thanks,
Miguel
I would like to display a date on the format yyyy/mm/dd:
(string)ViewDat a["StartDate"] ??
ViewData.Model. SlidePaper.Slid e.StartDate.ToS tring("yyyy/mm/dd")
This is not working ... But as far as I remember was only to place the
format inside the ToString or not?
Thanks,
Miguel
Comment