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 – Math
WSH – WshShell
VBScript – Chaînes
VBScript – Date/Heure
VBScript – Statements
FUNCTION: CDate( ) Implemented in version 1.0 You can determine the expression subtype by using the function VarType( ). CDate(Date) The CDate function converts any valid date and time expression to the variant of subtype Date. The default date output will be of the format: **/**/** The default time output will be of the format: **:**:** *M…