VBScript Language Reference (FormatDateTime)
[ KiXtart VBScript Batch AutoIt HTA PowerShell Windows Command Lines Other Command Line Utilities ]FormatDateTime (Function)
Available from version 2 through the latest release.
Syntax
FormatDateTime (<Date>[, <NamedFormat>])
Parameters
Date = Date expression to be formatted. (Required)
NamedFormat = Numeric value that indicates the date/time format used. If omitted, vbGeneralDate is used. Valid values follow. (Optional)
0 = Display a date and/or time. If there is a date part, display it as a short date. If there is a time part, display it as a long time. If present, both parts are displayed.
1 = Display a date using the long date format specified in your computer's regional settings.
2 = Display a date using the short date format specified in your computer's regional settings.
3 = Display a time using the time format specified in your computer's regional settings.
vbShortTime 4 Display a time using the 24-hour format (hh:mm).
Description
Formats a date or time value
Also see:
FormatCurrency FormatNumber FormatPercent
Have a correction, addition or suggestion on this? Please let us know!
Last Edited: 3/17/2004. This page has been viewed 2943 times. Unless otherwise specified, all information is (C) 2004-2007 iTripoli, Inc. All Rights Reserved.
Note: you can view this information right within ASE by right clicking any keyword and selecting "Help..."

iTripoli prides itself on providing top notch customer service
Find answers or open a ticket to ask directly, when opening a ticket we will suggest relavant articles to help you get answers as quickly and accurately as possible. Visit our support center now!



