1
Answer

convert Date time to format without converting to string

 public DateTime StartDate {get;set;} 
 
convert StartDate to dd/MM/yyyy  format without converting to string .

Answers (1)