Skip to content

Instantly share code, notes, and snippets.

@samuelastech
Created October 21, 2022 13:43
Show Gist options
  • Save samuelastech/3cf743de89e4cae9b8b0f2b86951a9dd to your computer and use it in GitHub Desktop.
Save samuelastech/3cf743de89e4cae9b8b0f2b86951a9dd to your computer and use it in GitHub Desktop.

Revisions

  1. samuelastech created this gist Oct 21, 2022.
    10 changes: 10 additions & 0 deletions CTR-date-change.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    /* The date you wanna change */
    const date = '06/10/22'

    const register = document.querySelector('#lb_DtRegistro')
    const sent = document.querySelector('#lb_DtEnvio')
    const destiny = document.querySelector('#lb_DtDestino')

    register.innerText = date
    sent.innerText = date
    destiny.innerText = date