How to display the full month name and year in DataFormatString?(November-2014)
I tried using this DataAnnotation,but it does not give me the desired o/p:
[DisplayFormat(DataFormatString="0:MMMM-yyyy")]
How to display the full month name and year in DataFormatString?(November-2014)
I tried using this DataAnnotation,but it does not give me the desired o/p:
[DisplayFormat(DataFormatString="0:MMMM-yyyy")]
I don't know it makes a difference or not but how about;
From
DisplayFormatAttribute.DataFormatString
property