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`
STATEMENT: ‘ Implemented in version 1.0 ‘ The ‘ statement allows you to insert comments into your code. Code: <% ‘ This is one of two ways to comment in VBScript %> <% Rem This is the other way %>
VBScript – Date/Heure
OPERATOR: < Implemented in version 1.0 < The < operator determines if the first expression is less-than the second expression. Code: <% 123 < 456 %> <% « a » < « A » %> Output: True False
VBScript – Tests
VBScript – Math
WSH/FSO – Fichiers