Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created January 2, 2018 22:50
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 vmussak/cf5e7535d4d3e37d3359089b72bfd1b0 to your computer and use it in GitHub Desktop.
Save vmussak/cf5e7535d4d3e37d3359089b72bfd1b0 to your computer and use it in GitHub Desktop.
View exibindo as datas
@{
ViewData["Title"] = "Home Page";
}
<div class="row">
<div class="col-md-12">
<h2>Data atual</h2>
<p>Data do cache: <b>@ViewBag.DataAtual</b></p>
<p>Data atual: <b>@DateTime.Now</b></p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment