- {#if chapter.startDate && chapter.endDate}
-
-
-
- {new Date(chapter.startDate).toLocaleDateString('fr-FR', {
- day: 'numeric',
- month: 'long',
- year: 'numeric',
- hour: 'numeric',
- minute: 'numeric'
- })}{' '}
- -{' '}
- {new Date(chapter.endDate).toLocaleDateString('fr-FR', {
- day: 'numeric',
- month: 'long',
- year: 'numeric',
- hour: 'numeric',
- minute: 'numeric'
- })}
-
-
- {:else}
-
- {/if}
-
-
-
-