tuxhunt3r
Goto Top

Datum und Zeit in VBScript ausgeben

Hallo Forum


Wie kann ich in VBScript das aktuelle Datum und die aktuelle Zeit je in eine Variable speichern?

Bei Batch habe ich immer %date% und %time% dafür verwendet.

Content-Key: 65610

Url: https://administrator.de/contentid/65610

Printed on: April 20, 2024 at 01:04 o'clock

Member: AndreasHoster
AndreasHoster Aug 07, 2007 at 07:18:52 (UTC)
Goto Top
test = Date()
test2 = Time()

P.S.: Wie wäre es mit einem VBS Buch mal zum Lesen? oder alternativ http://msdn2.microsoft.com/en-us/library/ms950396.aspx