Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@DeeJayTC
Created February 21, 2019 16:23
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 DeeJayTC/be743ef9cc08efaa4f12d187d7a750ff to your computer and use it in GitHub Desktop.
Save DeeJayTC/be743ef9cc08efaa4f12d187d7a750ff to your computer and use it in GitHub Desktop.
@if(Model.Task.TaskDueDate != null)
{
<text>,
{
"title": "Due Date",
"value": "@Model.Task.TaskDueDate.ToShortDateString()"
}
</text>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment