Answers for "get current date with time in string in c#"

C#
3

c# get date

DateTime.Now.ToString("dd/MM/yyyy");
Posted by: Guest on March-16-2021
4

c# get today's date

DateTime today = DateTime.Today;
Posted by: Guest on March-25-2020

Code answers related to "get current date with time in string in c#"

C# Answers by Framework

Browse Popular Code Answers by Language