I am not sure how to search this on Google so had to ask a question here.
I have a column for email body which is all text, but somewhere in text I want to display DateTime.Now, but not sure how to do it.
I want to put something in text like..
“Hello User, Time now is {DateTime.Now}”
Don’t want select statement or anything, must has to be value of column.
1 Answer