Hi
I have at an itemtype that uses a DateTime field, and I want to output the date in a certain format - ie. I want it to say 25. November, and not
For the time being, I am fetching the value like this to a variable
string dato = GetValue("Item.Date").ToString();
and output it as @dato
But whatever i have tried to format it, it won´t work.
As you migth notice, I am not an experienced razor C# specialist, so be gentle and thorough thank you :)
regards Hans