I have some DateTimes in my model. I only want to extract the date in a particular view.
By formatting the data in my view instead of my model, I can give other views the flexibility to use DateTime or just Date.
How can I go about formatting my DateTime in a View?
1 Answer