Skip to content

Instantly share code, notes, and snippets.

@kingluddite
Created May 11, 2014 22:51
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 kingluddite/3c22a57a1bad3534bf0a to your computer and use it in GitHub Desktop.
Save kingluddite/3c22a57a1bad3534bf0a to your computer and use it in GitHub Desktop.
<template name="ProjectRow">
<tr class="projectRow">
<td>{{name}}</td>
<td>{{client}}</td>
<td>{{formatDate duedate}}</td>
<td>{{status}}</td>
</tr>
</template>
@kingluddite
Copy link
Author

formatDate is using the moment package to format the date in a US friendly date way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment