date@  ( -- y m d )

publication: 19 mars 2023 / mis Ă  jour 19 mars 2023

Read this page in english

 

vocabulaire: web

mot non implanté dans eFORTH

Empile l'annee courante mois et jour sur la pile

Exemple:

web definitions 
\ push current year month and day on stack 
JSWORD: date@ { -- y m d } 
    let date = new Date(); 
    return [date.getFullYear(), date.getMonth()+1, date.getUTCDate()]; 
~ 
forth definitions 

Legal: site web personnel sans commerce / personal site without seling