Date and Time Constants

Color Constants,Comparison Constants,Date and Time Constants,Date Format Constants,Locale ID (LCID) Chart,Miscellaneous Constants,MsgBox Constants,String Constants,Tristate Constants,VarType Constants,VBScript Constants Home home | Other Resources other resources | Advertise with us advertise | Link to us link to us | Contact us contact | Bookmark Us!
Google
 
Where can I find good Windows Web Hosting to host my VBScript Site?
You can find good Windows Hosting which support VBScript, ASP, ASP.Net,VisualStudio.Net and MSSQL at a very reasonable low monthly fee at EasyCGI.com and DiscountASP.Net

Date and Time Constants

Since these constants are built into VBScript, you don't have to define them before using them. Use them anywhere in your code to represent the values shown for each.

ConstantValueDescription
vbSunday1Sunday
vbMonday2Monday
vbTuesday3Tuesday
vbWednesday4Wednesday
vbThursday5Thursday
vbFriday6Friday
vbSaturday7Saturday
vbUseSystem0Use the date format contained in the regional settings for your computer.
vbUseSystemDayOfWeek0Use the day of the week specified in your system settings for the first day of the week.
vbFirstJan11Use the week in which January 1 occurs (default).
vbFirstFourDays2Use the first week that has at least four days in the new year.
vbFirstFullWeek3Use the first full week of the year.

VBScriptOnline.com - Color Constants,Comparison Constants,Date and Time Constants,Date Format Constants,Locale ID (LCID) Chart,Miscellaneous Constants,MsgBox Constants,String Constants,Tristate Constants,VarType Constants,VBScript Constants