CodePlexProject Hosting for Open Source Software
hi
i need to know how to make the title in event date showing if the date showing after 1 month i try to take the code from MVC but not working
is there anyway to do it?
thnx
I'm note sure what you mean but perhaps something like this?
@if(DateTime.Now.Subtract(Model.EventDate) > TimeSpan.FromMonths(1)) { <h1>@Model.EventDate</h1> }
Are you sure you want to delete this post? You will not be able to recover it later.
Are you sure you want to delete this thread? You will not be able to recover it later.