Skip to content

Instantly share code, notes, and snippets.

@codenamejason
Created March 3, 2015 17:55
Show Gist options
  • Save codenamejason/9412ff5c0288f9f5e0ab to your computer and use it in GitHub Desktop.
Save codenamejason/9412ff5c0288f9f5e0ab to your computer and use it in GitHub Desktop.
Insert current date with razor syntax in .NET
@{
var todaysDate = DateTime.Now.DayOfWeek.Year;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment