Answers for "get curretn date c#"

C#
3

c# get date

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

c# get current date

DateTime now = DateTime.Now;
Posted by: Guest on April-25-2020

C# Answers by Framework

Browse Popular Code Answers by Language