1
Answer

Assign datetime value into string

Himha

Himha

4y
576
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)