Method: Date for VBS
- Updated2024-09-12
- 1 minute(s) read
Methods > Method: Date for VBS
Method: Date for VBS
Specifies the current date. DIAdem uses the format specified in the operation system for the date.
vDate = Object.Date
| Object | VBS Object with this method. You do not need to specify this object. |
| vDate | Variant Receives the current date. |
The following example displays the current date:
Call MsgBox(Date)
See Also
Related Topics
DateAdd | DateDiff | DatePart | DateSerial | DateValue | Date | Day | Hour | Minute | MonthName | Month | Now | Second | TimeSerial | TimeValue | Time | Timer | Weekday | WeekdayName | Year