Answers for "c# get current date and time as string"

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

Code answers related to "c# get current date and time as string"

C# Answers by Framework

Browse Popular Code Answers by Language