Hi Guys,
I respectfully request about this solution.
I want to compare two dates,one is with String (Nov/11/2018) and the another is Integerr (11/11/2018).
I have to used this .
Convert.ToDateTime(dt.ToString(“dd/MM/yyyy”)),where dt is DateTime variable.
But I can’t use convert function .
How can I do anotherr way?
Best Regards ,
Lwin Moe Aung