Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

157
Vistas
Advice needed: Is it possible to change file path at certain time of day to display a different content?

I do have a question. Would it be possible to change a GIF file path (GIF is hosted on a CDN) at certain times of the day so that I can replace the first GIF with a different one?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Well, simple just use JS Date object. Gets the client local date.

<img id="img1" src="" />

<script>
var date = new Date();
var hour = date.getHours();

if(hour >=0 && hour < 12){
    //current hour is between 00 to 11:59pm
    document.getElementbyId("img1").src = "";    
}else{
//current hour is between 12pm to 23:59pm
    document.getElementbyId("img1").src = "";
}
</script>
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda