Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How do i format dates in 8?
@(Model.Content.GetPropertyValue<DateTime>("datePicker").ToString("dd MM yyyy"))
as described in the documentation doesnt work anymore...
https://our.umbraco.com/Documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Date
@(Model.Value<DateTime>("datePicker").ToString("dd MM yyyy"))
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Formatting dates in v8
How do i format dates in 8?
as described in the documentation doesnt work anymore...
https://our.umbraco.com/Documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Date
@(Model.Value<DateTime>("datePicker").ToString("dd MM yyyy"))
is working on a reply...