1
Answer

Assign datetime value into string

Photo of Himha

Himha

5y
627
1
How can I assign datetime value in RecentDateString from DelDate. Here are both variables:
  1. public class MyClass  
  2. {  
  3. public DateTime DelDate { getset; } public string RecentDatestring {get;set;}  
  4. }  

Answers (1)