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/4e92f541dbf59202accd285a0731b3b8 to your computer and use it in GitHub Desktop.
Save lgolubyev/4e92f541dbf59202accd285a0731b3b8 to your computer and use it in GitHub Desktop.
//using string.Format()
var date = DateTime.Now;
string greetings = string.Format("Today is {0}, the time is {1:HH:mm} now.", date.DayOfWeek, date);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment