Answers for "get the date c#"

C#
4

c# get date

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

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