vbscript – Date
**FUNCTION:** `Date()`
**Description**
Retourne la date courante (sans l’heure).
**Syntax**
`Date()`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo Date
« `
**Output :** `date courante`
**FUNCTION:** `Date()`
**Description**
Retourne la date courante (sans l’heure).
**Syntax**
`Date()`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo Date
« `
**Output :** `date courante`
VBScript – Statements
VBScript – Date/Heure
WSH/FSO – Fichiers
VBScript – Tests
OPERATOR: >= Implemented in version 1.0 >= The >= operator determines if the first expression is greater-than-or-equal the second expression. Code: <% 123 >= 456 %> <% « a » >= « A » %> Output: False True
VBScript – Tests