[Solved] How to retrieve date without time in the yyyymmdd format in C# [closed]


try this:

string todayDate = DateTime.Today.ToString("yyyyMMdd")

0

solved How to retrieve date without time in the yyyymmdd format in C# [closed]