Himha

Himha

  • NA
  • 104
  • 21.4k

Assign datetime value into string

Jun 21 2020 2:26 AM
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)