Here I am trying to dispaly current system date and time in a format August 19, 2017 6:58 PM in Asp.net MVC view.
But instead of that I get 8/19/2017 7:07:29 PM.How am I suppose to get the first format.
Below is my code:
<span class="description">
  Shared publicly -  @DateTime.Now              
</span>
 
    