993
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 3: | Linha 3: | ||
const url = window.location.origin; | const url = window.location.origin; | ||
const date = new Date(); | const date = new Date(); | ||
date. | const merchantCard = document.getElementById('merchant-card'); | ||
if(date.getDay() === 1) { | |||
if(date.getHours() < 7 && date.getMinutes() < 40) date.setDate(date.getDate() - 1); | |||
} | |||
const weekDay = date.getDay(); | const weekDay = date.getDay(); | ||
// Indice 0 == Domingo -> Indice 6 == Sábado | // Indice 0 == Domingo -> Indice 6 == Sábado |