A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Dear all,
I would like to change the display format of x.PublicationDate which is of type DateTime in following manner:
From: 2/28/2013 12:00:00 AM
To: 28.02.2013
My current code (using MVC 4): @Html.PropertyFor(x => x.PublicationDate)
Thank you in advance!
Best regards;
Daniel