Accounting for date precision in scene and movie pages and tiles.
This commit is contained in:
@@ -90,7 +90,11 @@
|
||||
<time
|
||||
:datetime="movie.effectiveDate.toISOString()"
|
||||
class="date ellipsis"
|
||||
>{{ formatDate(movie.effectiveDate, 'MMMM d, y') }}</time>
|
||||
>{{ formatDate(movie.effectiveDate, {
|
||||
day: 'MMMM d, y',
|
||||
month: 'MMMM y',
|
||||
year: 'y',
|
||||
}[movie.datePrecision]) }}</time>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
|
||||
Reference in New Issue
Block a user