Skip to content

Commit

Permalink
Format date in a user readable format for Previous Prosecutors to add…
Browse files Browse the repository at this point in the history
…ress Issue #152
  • Loading branch information
blambert1080 committed Oct 6, 2020
1 parent 25c86a2 commit e44f564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/templates/sections/attorney-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h3>
<a href="{{this.url}}" target="_blank">
{{this.name}}
</a>
<p><em>From {{this.appointed}} to {{this.exited}}</em></p>
<p><em>From {{formatDate this.appointed}} to {{formatDate this.exited}}</em></p>
</h3>
</li>
{{/each}}
Expand Down

0 comments on commit e44f564

Please sign in to comment.