Hi Everyone,
I am trying to use only Date from the DateTime field ("Created on" field). I am using the below C# code:
"string date = targetEntity.FormattedValues["createdon"].ToString();"
But it is giving the time also along with the date, how can I remove the time or how can I fetch only the date?