Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created June 8, 2022 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/4ac4820e31003b3b2f315daa7e364ea5 to your computer and use it in GitHub Desktop.
Save lgolubyev/4ac4820e31003b3b2f315daa7e364ea5 to your computer and use it in GitHub Desktop.
//using string interpolation
var date = DateTime.Now;
string greetings = $"Today is {date.DayOfWeek}, the time is {date:HH:mm} now.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment