Corrección de día
This commit is contained in:
@@ -448,7 +448,7 @@
|
|||||||
<section class="la-salle-regular">
|
<section class="la-salle-regular">
|
||||||
<span class="font-weight-bold">
|
<span class="font-weight-bold">
|
||||||
{{ new
|
{{ new
|
||||||
Date(clase_vista.registro_fecha_ideal).toLocaleDateString('es-ES', {
|
Date(`${clase_vista.registro_fecha_ideal} 00:00`).toLocaleDateString('es-MX', {
|
||||||
weekday: 'long' }).replace(/^\w/, c => c.toUpperCase()) }}
|
weekday: 'long' }).replace(/^\w/, c => c.toUpperCase()) }}
|
||||||
</span>
|
</span>
|
||||||
<span class="font-italic font-weight-light">de</span>
|
<span class="font-italic font-weight-light">de</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user