{-TimeNow.DayOfWeek-}I need to get the current Day name?
Example "Friday"
{-TimeNow.Datedd.MM.yyyy-}Also what is the syntax to get date in this format ?
22.12.2017
In C# code
return DateTime.Now.DayOfWeek;
return DateTime.Now.ToString("dd.MM.yyyy");
But I need help in converting the current date in the below format:
Wednesday 13th December 2017