diff options
| author | Struan Donald <struan@exo.org.uk> | 2013-04-19 14:38:27 +0100 |
|---|---|---|
| committer | Struan Donald <struan@exo.org.uk> | 2013-04-22 15:55:59 +0100 |
| commit | e85f3679107d93e2aca23d7ba614394cbb7350a0 (patch) | |
| tree | 16522c5894aa3e44c3bd7038a05434de5dd33d88 /www/js/models/draft.js | |
| parent | bafdfa2ef502a5a4ddf04c3ec475470364e33007 (diff) | |
use nth day rather than nth month
Diffstat (limited to 'www/js/models/draft.js')
| -rw-r--r-- | www/js/models/draft.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/models/draft.js b/www/js/models/draft.js index 8ef260f..750ad9a 100644 --- a/www/js/models/draft.js +++ b/www/js/models/draft.js @@ -27,7 +27,7 @@ }, createdDate: function() { - return moment.utc( this.get('created') ).format( 'H:m Mo MMM' ); + return moment.utc( this.get('created') ).format( 'H:m Do MMM' ); } }) }); |
