1
Answer

convert Date time to format without converting to string

Photo of sudheen

sudheen

7y
6.8k
1
 public DateTime StartDate {get;set;} 
 
convert StartDate to dd/MM/yyyy  format without converting to string .

Answers (1)