<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4900262455648092339</id><updated>2012-02-16T03:00:50.757-08:00</updated><title type='text'>Vb Script Tutorial</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://vbscripttutorial.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://vbscripttutorial.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>expert</name><uri>http://www.blogger.com/profile/05027544102105084558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4900262455648092339.post-4282750045623224868</id><published>2008-01-13T21:48:00.001-08:00</published><updated>2008-01-13T21:48:33.597-08:00</updated><title type='text'>Vb Script Tutorial</title><content type='html'>&lt;a name="_Toc157012808"&gt;10.13 Minute&lt;/a&gt;&lt;br /&gt;The Minute function returns a number between 0 and 59 that represents the minute of the hour.&lt;br /&gt;Syntax&lt;br /&gt;Minute(time)&lt;br /&gt;&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;time&lt;br /&gt;Required. Any expression that can represent a time&lt;br /&gt;Example 1&lt;br /&gt;document.write(Now &amp;amp; "&lt;br /&gt;")document.write(Minute(Now))Output:1/15/2002 10:34:39 AM34&lt;br /&gt;&lt;a name="_Toc157012809"&gt;10.14 Month&lt;/a&gt;&lt;br /&gt;The Month function returns a number between 1 and 12 that represents the month of the year.&lt;br /&gt;Syntax&lt;br /&gt;Month(date)&lt;br /&gt;&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;date&lt;br /&gt;Required. Any expression that can represent a date&lt;br /&gt;Example 1&lt;br /&gt;document.write(Date &amp;amp; "&lt;br /&gt;")document.write(Month(Date))Output:1/15/20021&lt;br /&gt;&lt;a name="_Toc157012810"&gt;10.15 MonthName&lt;/a&gt;&lt;br /&gt;The MonthName function returns the name of the specified month.&lt;br /&gt;Syntax&lt;br /&gt;MonthName(month[,abbreviate])&lt;br /&gt;&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;month&lt;br /&gt;Required. Specifies the number of the month (January is 1, February is 2, etc.)&lt;br /&gt;abbreviate&lt;br /&gt;Optional. A Boolean value that indicates if the month name is to be abbreviated. Default is False&lt;br /&gt;Example 1&lt;br /&gt;document.write(MonthName(8))Output:August&lt;br /&gt;&lt;a name="_Toc157012811"&gt;10.16 Now&lt;/a&gt;&lt;br /&gt;The Now function returns the current date and time according to the setting of your computer's system date and time.&lt;br /&gt;Now&lt;br /&gt;Example 1&lt;br /&gt;document.write(Now)Output:1/15/2002 10:52:15 AM&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4900262455648092339-4282750045623224868?l=vbscripttutorial.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vbscripttutorial.blogspot.com/feeds/4282750045623224868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4900262455648092339&amp;postID=4282750045623224868' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/4282750045623224868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/4282750045623224868'/><link rel='alternate' type='text/html' href='http://vbscripttutorial.blogspot.com/2008/01/vb-script-tutorial_5980.html' title='Vb Script Tutorial'/><author><name>expert</name><uri>http://www.blogger.com/profile/05027544102105084558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4900262455648092339.post-1519020998044598630</id><published>2008-01-13T21:46:00.000-08:00</published><updated>2008-01-13T21:48:04.211-08:00</updated><title type='text'>Vb Script Tutorial</title><content type='html'>&lt;a name="_Toc157012805"&gt;10.10 FormatDateTime&lt;/a&gt;&lt;br /&gt;The FormatDateTime function formats and returns a valid date or time expression.&lt;br /&gt;Syntax&lt;br /&gt;FormatDateTime(date,format)&lt;br /&gt;&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;date&lt;br /&gt;Required. Any valid date expression (like Date() or Now())&lt;br /&gt;format&lt;br /&gt;Optional. A Format value that specifies the date/time format to use&lt;br /&gt;Example 1&lt;br /&gt;document.write("The current date is: ")document.write(FormatDateTime(Date()))Output:The current date is: 2/22/2001&lt;br /&gt;&lt;a name="_Toc157012806"&gt;10.11 Hour&lt;/a&gt;&lt;br /&gt;The Hour function returns a number between 0 and 23 that represents the hour of the day.&lt;br /&gt;Syntax&lt;br /&gt;Hour(time)&lt;br /&gt;&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;time&lt;br /&gt;Required. Any expression that can represent a time&lt;br /&gt;Example 1&lt;br /&gt;document.write(Now &amp;amp; "&lt;br /&gt;")document.write(Hour(Now))Output:1/15/2002 10:07:47 AM10&lt;br /&gt;&lt;a name="_Toc157012807"&gt;10.12 IsDate&lt;/a&gt;&lt;br /&gt;The IsDate function returns a Boolean value that indicates if the evaluated expression can be converted to a date. It returns True if the expression is a date or can be converted to a date; otherwise, it returns False.&lt;br /&gt;Note: The IsDate function uses local setting to determine if a string can be converted to a date ("January" is not a month in all languages.)&lt;br /&gt;Syntax&lt;br /&gt;IsDate(expression)&lt;br /&gt;&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;expression&lt;br /&gt;Required. The expression to be evaluated&lt;br /&gt;Example 1&lt;br /&gt;document.write(IsDate("April 22, 1947") &amp;amp; "&lt;br /&gt;")document.write(IsDate(#11/11/01#) &amp;amp; "&lt;br /&gt;")document.write(IsDate("#11/11/01#") &amp;amp; "&lt;br /&gt;")document.write(IsDate("Hello World!"))Output:TrueTrueFalseFalse&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4900262455648092339-1519020998044598630?l=vbscripttutorial.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vbscripttutorial.blogspot.com/feeds/1519020998044598630/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4900262455648092339&amp;postID=1519020998044598630' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/1519020998044598630'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/1519020998044598630'/><link rel='alternate' type='text/html' href='http://vbscripttutorial.blogspot.com/2008/01/vb-script-tutorial_8792.html' title='Vb Script Tutorial'/><author><name>expert</name><uri>http://www.blogger.com/profile/05027544102105084558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4900262455648092339.post-802085970868207928</id><published>2008-01-13T21:45:00.001-08:00</published><updated>2008-01-13T21:45:34.993-08:00</updated><title type='text'>Vb Script Tutorial</title><content type='html'>&lt;a name="_Toc157012802"&gt;10.7 &lt;/a&gt;DateSerial&lt;br /&gt;The DateSerial function returns a Variant of subtype Date for a specified year, month, and day.&lt;br /&gt;Syntax&lt;br /&gt;DateSerial(year,month,day)&lt;br /&gt;&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;year&lt;br /&gt;Required. A number between 100 and 9999, or a numeric expression. Values between 0 and 99 are interpreted as the years 1900–1999. For all other year arguments, use a complete four-digit year&lt;br /&gt;month&lt;br /&gt;Required. Any numeric expression&lt;br /&gt;day&lt;br /&gt;Required. Any numeric expression&lt;br /&gt;Example 1&lt;br /&gt;document.write(DateSerial(1996,2,3) &amp;amp; "&lt;br /&gt;")document.write(DateSerial(1990-20,9-2,1-1))Output:2/3/19966/30/1970&lt;br /&gt;&lt;a name="_Toc157012803"&gt;10.8 DateValue&lt;/a&gt;&lt;br /&gt;The DateValue function returns a Variant of subtype Date.&lt;br /&gt;Note: If the year part of date is omitted this function will use the current year from the computer's system date.&lt;br /&gt;Note: If the date parameter includes time information it will not be returned. However, if date includes invalid time information, a run-time error will occur.&lt;br /&gt;Syntax&lt;br /&gt;DateValue(date)&lt;br /&gt;&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;date&lt;br /&gt;Required. A date from January 1, 100 through December 31, 9999 or any expression that can represent a date, a time, or both a date and time&lt;br /&gt;Example 1&lt;br /&gt;document.write(DateValue("31-Jan-02") &amp;amp; "&lt;br /&gt;")document.write(DateValue("31-Jan") &amp;amp; "&lt;br /&gt;")document.write(DateValue("31-Jan-02 2:39:49 AM"))Output:1/31/20021/31/20021/31/2002&lt;br /&gt;&lt;a name="_Toc157012804"&gt;10.9 Day&lt;/a&gt;&lt;br /&gt;The Day function returns a number between 1 and 31 that represents the day of the month.&lt;br /&gt;Syntax&lt;br /&gt;Day(date)&lt;br /&gt;&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;date&lt;br /&gt;Required. Any expression that can represent a date&lt;br /&gt;Example 1&lt;br /&gt;document.write(Date &amp;amp; "&lt;br /&gt;")document.write(Day(Date))Output:1/14/200214&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4900262455648092339-802085970868207928?l=vbscripttutorial.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vbscripttutorial.blogspot.com/feeds/802085970868207928/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4900262455648092339&amp;postID=802085970868207928' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/802085970868207928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/802085970868207928'/><link rel='alternate' type='text/html' href='http://vbscripttutorial.blogspot.com/2008/01/vb-script-tutorial_3192.html' title='Vb Script Tutorial'/><author><name>expert</name><uri>http://www.blogger.com/profile/05027544102105084558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4900262455648092339.post-4355222843771874804</id><published>2008-01-13T21:44:00.001-08:00</published><updated>2008-01-13T21:44:53.105-08:00</updated><title type='text'>Vb Script Tutorial</title><content type='html'>&lt;a name="_Toc157012801"&gt;10.6 DatePart&lt;/a&gt;&lt;br /&gt;The DatePart function returns the specified part of a given date.&lt;br /&gt;Syntax&lt;br /&gt;DatePart(interval,date[,firstdayofweek[,firstweekofyear]])&lt;br /&gt;&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;interval&lt;br /&gt;Required. The interval of time to return.&lt;br /&gt;Can take the following values:&lt;br /&gt;yyyy - Year&lt;br /&gt;q - Quarter&lt;br /&gt;m - Month&lt;br /&gt;y - Day of year&lt;br /&gt;d - Day&lt;br /&gt;w - Weekday&lt;br /&gt;ww - Week of year&lt;br /&gt;h - Hour&lt;br /&gt;n - Minute&lt;br /&gt;s - Second&lt;br /&gt;date&lt;br /&gt;Required. Date expression to evaluate&lt;br /&gt;firstdayofweek&lt;br /&gt;Optional. Specifies the day of the week.&lt;br /&gt;Can take the following values:&lt;br /&gt;0 = vbUseSystemDayOfWeek - Use National Language Support (NLS) API setting&lt;br /&gt;1 = vbSunday - Sunday (default)&lt;br /&gt;2 = vbMonday - Monday&lt;br /&gt;3 = vbTuesday - Tuesday&lt;br /&gt;4 = vbWednesday - Wednesday&lt;br /&gt;5 = vbThursday - Thursday&lt;br /&gt;6 = vbFriday - Friday&lt;br /&gt;7 = vbSaturday - Saturday&lt;br /&gt;firstweekofyear&lt;br /&gt;Optional. Specifies the first week of the year.&lt;br /&gt;Can take the following values:&lt;br /&gt;0 = vbUseSystem - Use National Language Support (NLS) API setting&lt;br /&gt;1 = vbFirstJan1 - Start with the week in which January 1 occurs (default)&lt;br /&gt;2 = vbFirstFourDays - Start with the week that has at least four days in the new year&lt;br /&gt;3 = vbFirstFullWeek - Start with the first full week of the new year&lt;br /&gt;Example 1&lt;br /&gt;document.write(Date &amp;amp; "&lt;br /&gt;")document.write(DatePart("d",Date))Output:1/14/200214&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4900262455648092339-4355222843771874804?l=vbscripttutorial.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vbscripttutorial.blogspot.com/feeds/4355222843771874804/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4900262455648092339&amp;postID=4355222843771874804' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/4355222843771874804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/4355222843771874804'/><link rel='alternate' type='text/html' href='http://vbscripttutorial.blogspot.com/2008/01/vb-script-tutorial_7124.html' title='Vb Script Tutorial'/><author><name>expert</name><uri>http://www.blogger.com/profile/05027544102105084558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4900262455648092339.post-9078724917369065677</id><published>2008-01-13T21:43:00.000-08:00</published><updated>2008-01-13T21:44:05.725-08:00</updated><title type='text'>Vb Script Tutorial</title><content type='html'>&lt;a name="_Toc157012799"&gt;10.4  DateAdd&lt;/a&gt;&lt;br /&gt;The DateAdd function returns a date to which a specified time interval has been added.&lt;br /&gt;Syntax               DateAdd(interval,number,date)&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;interval&lt;br /&gt;Required. The interval you want to add&lt;br /&gt;Can take the following values:&lt;br /&gt;yyyy - Year&lt;br /&gt;q - Quarter&lt;br /&gt;m - Month&lt;br /&gt;y - Day of year&lt;br /&gt;d - Day&lt;br /&gt;w - Weekday&lt;br /&gt;ww - Week of year&lt;br /&gt;h - Hour&lt;br /&gt;n - Minute&lt;br /&gt;s - Second&lt;br /&gt;number&lt;br /&gt;Required. The number of interval you want to add. Can either be positive, for dates in the future, or negative, for dates in the past&lt;br /&gt;date&lt;br /&gt;Required. Variant or literal representing the date to which interval is added&lt;br /&gt;Example 1&lt;br /&gt;'Add one month to January 31, 2000document.write(DateAdd("m",1,"31-Jan-00"))Output:2/29/2000&lt;br /&gt;Example 2&lt;br /&gt;'Add one month to January 31, 2001document.write(DateAdd("m",1,"31-Jan-01"))Output:2/28/2001&lt;br /&gt;&lt;a name="_Toc157012800"&gt;10.5 DateDiff&lt;/a&gt;&lt;br /&gt;The DateDiff function returns the number of intervals between two dates.&lt;br /&gt;Syntax&lt;br /&gt;DateDiff(interval,date1,date2[,firstdayofweek[,firstweekofyear]])&lt;br /&gt;&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;interval&lt;br /&gt;Required. The interval you want to use to calculate the differences between date1 and date2&lt;br /&gt;Can take the following values:&lt;br /&gt;yyyy - Year&lt;br /&gt;q - Quarter&lt;br /&gt;m - Month&lt;br /&gt;y - Day of year&lt;br /&gt;d - Day&lt;br /&gt;w - Weekday&lt;br /&gt;ww - Week of year&lt;br /&gt;h - Hour&lt;br /&gt;n - Minute&lt;br /&gt;s - Second&lt;br /&gt;date1,date2&lt;br /&gt;Required. Date expressions. Two dates you want to use in the calculation&lt;br /&gt;firstdayofweek&lt;br /&gt;Optional. Specifies the day of the week.&lt;br /&gt;Can take the following values:&lt;br /&gt;0 = vbUseSystemDayOfWeek - Use National Language Support (NLS) API setting&lt;br /&gt;1 = vbSunday - Sunday (default)&lt;br /&gt;2 = vbMonday - Monday&lt;br /&gt;3 = vbTuesday - Tuesday&lt;br /&gt;4 = vbWednesday - Wednesday&lt;br /&gt;5 = vbThursday - Thursday&lt;br /&gt;6 = vbFriday - Friday&lt;br /&gt;7 = vbSaturday - Saturday&lt;br /&gt;firstweekofyear&lt;br /&gt;Optional. Specifies the first week of the year.&lt;br /&gt;Can take the following values:&lt;br /&gt;0 = vbUseSystem - Use National Language Support (NLS) API setting&lt;br /&gt;1 = vbFirstJan1 - Start with the week in which January 1 occurs (default)&lt;br /&gt;2 = vbFirstFourDays - Start with the week that has at least four days in the new year&lt;br /&gt;3 = vbFirstFullWeek - Start with the first full week of the new year&lt;br /&gt;Example 1&lt;br /&gt;document.write(Date &amp;amp; "&lt;br /&gt;")document.write(DateDiff("m",Date,"12/31/2002") &amp;amp; "&lt;br /&gt;")document.write(DateDiff("d",Date,"12/31/2002") &amp;amp; "&lt;br /&gt;")document.write(DateDiff("n",Date,"12/31/2002"))Output:1/14/200211351505440&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4900262455648092339-9078724917369065677?l=vbscripttutorial.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vbscripttutorial.blogspot.com/feeds/9078724917369065677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4900262455648092339&amp;postID=9078724917369065677' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/9078724917369065677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/9078724917369065677'/><link rel='alternate' type='text/html' href='http://vbscripttutorial.blogspot.com/2008/01/vb-script-tutorial_1770.html' title='Vb Script Tutorial'/><author><name>expert</name><uri>http://www.blogger.com/profile/05027544102105084558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4900262455648092339.post-5025467805233248078</id><published>2008-01-13T21:42:00.000-08:00</published><updated>2008-01-13T21:43:21.397-08:00</updated><title type='text'>Vb Script Tutorial</title><content type='html'>&lt;a name="_Toc157012795"&gt;10. Date / Time Functions Syntax with Example&lt;/a&gt;&lt;br /&gt;&lt;a name="_Toc157012796"&gt;10.1 &lt;/a&gt;Write Text:  How to write text on a page&lt;br /&gt;&lt;script type="text/vbscript"&gt;&lt;br /&gt;document.write("Hello from VBScript!Written By kasi Viswaandham")&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;a name="_Toc157012797"&gt;10.2 CDATE&lt;/a&gt;&lt;br /&gt;The CDate function converts a valid date and time expression to the variant of subtype Date, and returns the result.&lt;br /&gt;Tip: Use the IsDate function to determine if date can be converted to a date or time.&lt;br /&gt;Note: The IsDate function uses local setting to determine if a string can be converted to a date ("January" is not a month in all languages.)&lt;br /&gt;CDate(date)&lt;br /&gt;&lt;br /&gt;Parameter&lt;br /&gt;Description&lt;br /&gt;date&lt;br /&gt;Required. Any valid date expression (like Date() or Now())&lt;br /&gt;Example 1&lt;br /&gt;d="April 22, 2001"if IsDate(d) then  document.write(CDate(d))end ifOutput:2/22/01&lt;br /&gt;&lt;br /&gt;Example 2&lt;br /&gt;d=#2/22/01#if IsDate(d) then  document.write(CDate(d))end ifOutput:2/22/01&lt;br /&gt;Example 3&lt;br /&gt;d="3:18:40 AM"if IsDate(d) then  document.write(CDate(d))end ifOutput:3:18:40 AM&lt;br /&gt;&lt;a name="_Toc157012798"&gt;10.3 Date&lt;/a&gt;&lt;br /&gt;The Date function returns the current system date&lt;br /&gt;Syntaxdocument.write("The current system date is: ")document.write(Date)Output:&lt;br /&gt;The current system date is: 1/14/2002&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4900262455648092339-5025467805233248078?l=vbscripttutorial.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vbscripttutorial.blogspot.com/feeds/5025467805233248078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4900262455648092339&amp;postID=5025467805233248078' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/5025467805233248078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/5025467805233248078'/><link rel='alternate' type='text/html' href='http://vbscripttutorial.blogspot.com/2008/01/vb-script-tutorial_5387.html' title='Vb Script Tutorial'/><author><name>expert</name><uri>http://www.blogger.com/profile/05027544102105084558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4900262455648092339.post-3500309260446201014</id><published>2008-01-13T21:40:00.000-08:00</published><updated>2008-01-13T21:41:59.559-08:00</updated><title type='text'>Vb Script Tutorial</title><content type='html'>&lt;a name="_Toc157012788"&gt;&lt;/a&gt;&lt;a name="date"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="_Toc157012792"&gt;&lt;/a&gt;&lt;a name="array"&gt;7. Array Functions&lt;/a&gt;&lt;br /&gt;Function&lt;br /&gt;Description&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_array.asp"&gt;Array&lt;/a&gt;&lt;br /&gt;Returns a variant containing an array&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_filter.asp"&gt;Filter&lt;/a&gt;&lt;br /&gt;Returns a zero-based array that contains a subset of a string array based on a filter criteria&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_isarray.asp"&gt;IsArray&lt;/a&gt;&lt;br /&gt;Returns a Boolean value that indicates whether a specified variable is an array&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_join.asp"&gt;Join&lt;/a&gt;&lt;br /&gt;Returns a string that consists of a number of substrings in an array&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_lbound.asp"&gt;LBound&lt;/a&gt;&lt;br /&gt;Returns the smallest subscript for the indicated dimension of an array&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_split.asp"&gt;Split&lt;/a&gt;&lt;br /&gt;Returns a zero-based, one-dimensional array that contains a specified number of substrings&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_ubound.asp"&gt;UBound&lt;/a&gt;&lt;br /&gt;Returns the largest subscript for the indicated dimension of an array&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="_Toc157012793"&gt;&lt;/a&gt;&lt;a name="string"&gt;8. String Functions&lt;/a&gt;&lt;br /&gt;Function&lt;br /&gt;Description&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_instr.asp"&gt;InStr&lt;/a&gt;&lt;br /&gt;Returns the position of the first occurrence of one string within another. The search begins at the first character of the string&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_instrrev.asp"&gt;InStrRev&lt;/a&gt;&lt;br /&gt;Returns the position of the first occurrence of one string within another. The search begins at the last character of the string&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_lcase.asp"&gt;LCase&lt;/a&gt;&lt;br /&gt;Converts a specified string to lowercase&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_left.asp"&gt;Left&lt;/a&gt;&lt;br /&gt;Returns a specified number of characters from the left side of a string&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_len.asp"&gt;Len&lt;/a&gt;&lt;br /&gt;Returns the number of characters in a string&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_ltrim.asp"&gt;LTrim&lt;/a&gt;&lt;br /&gt;Removes spaces on the left side of a string&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_rtrim.asp"&gt;RTrim&lt;/a&gt;&lt;br /&gt;Removes spaces on the right side of a string&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_trim.asp"&gt;Trim&lt;/a&gt;&lt;br /&gt;Removes spaces on both the left and the right side of a string&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_mid.asp"&gt;Mid&lt;/a&gt;&lt;br /&gt;Returns a specified number of characters from a string&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_replace.asp"&gt;Replace&lt;/a&gt;&lt;br /&gt;Replaces a specified part of a string with another string a specified number of times&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_right.asp"&gt;Right&lt;/a&gt;&lt;br /&gt;Returns a specified number of characters from the right side of a string&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_space.asp"&gt;Space&lt;/a&gt;&lt;br /&gt;Returns a string that consists of a specified number of spaces&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_strcomp.asp"&gt;StrComp&lt;/a&gt;&lt;br /&gt;Compares two strings and returns a value that represents the result of the comparison&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_string.asp"&gt;String&lt;/a&gt;&lt;br /&gt;Returns a string that contains a repeating character of a specified length&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_strreverse.asp"&gt;StrReverse&lt;/a&gt;&lt;br /&gt;Reverses a string&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_ucase.asp"&gt;UCase&lt;/a&gt;&lt;br /&gt;Converts a specified string to uppercase&lt;br /&gt;&lt;br /&gt;&lt;a name="_Toc157012794"&gt;&lt;/a&gt;&lt;a name="other"&gt;9. Other Functions&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Function&lt;br /&gt;Description&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_createobject.asp"&gt;CreateObject&lt;/a&gt;&lt;br /&gt;Creates an object of a specified type&lt;br /&gt;Eval&lt;br /&gt;Evaluates an expression and returns the result&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_getlocale.asp"&gt;GetLocale&lt;/a&gt;&lt;br /&gt;Returns the current locale ID&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_getobject.asp"&gt;GetObject&lt;/a&gt;&lt;br /&gt;Returns a reference to an automation object from a file&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_getref.asp"&gt;GetRef&lt;/a&gt;&lt;br /&gt;Allows you to connect a VBScript procedure to a DHTML event on your pages&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_inputbox.asp"&gt;InputBox&lt;/a&gt;&lt;br /&gt;Displays a dialog box, where the user can write some input and/or click on a button, and returns the contents&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_isempty.asp"&gt;IsEmpty&lt;/a&gt;&lt;br /&gt;Returns a Boolean value that indicates whether a specified variable has been initialized or not&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_isnull.asp"&gt;IsNull&lt;/a&gt;&lt;br /&gt;Returns a Boolean value that indicates whether a specified expression contains no valid data (Null)&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_isnumeric.asp"&gt;IsNumeric&lt;/a&gt;&lt;br /&gt;Returns a Boolean value that indicates whether a specified expression can be evaluated as a number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_isobject.asp"&gt;IsObject&lt;/a&gt;&lt;br /&gt;Returns a Boolean value that indicates whether the specified expression is an automation object&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_loadpicture.asp"&gt;LoadPicture&lt;/a&gt;&lt;br /&gt;Returns a picture object. Available only on 32-bit platforms&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_msgbox.asp"&gt;MsgBox&lt;/a&gt;&lt;br /&gt;Displays a message box, waits for the user to click a button, and returns a value that indicates which button the user clicked&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_rgb.asp"&gt;RGB&lt;/a&gt;&lt;br /&gt;Returns a number that represents an RGB color value&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_round.asp"&gt;Round&lt;/a&gt;&lt;br /&gt;Rounds a number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_scriptengine.asp"&gt;ScriptEngine&lt;/a&gt;&lt;br /&gt;Returns the scripting language in use&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_scriptengine.asp"&gt;ScriptEngineBuildVersion&lt;/a&gt;&lt;br /&gt;Returns the build version number of the scripting engine in use&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_scriptengine.asp"&gt;ScriptEngineMajorVersion&lt;/a&gt;&lt;br /&gt;Returns the major version number of the scripting engine in use&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_scriptengine.asp"&gt;ScriptEngineMinorVersion&lt;/a&gt;&lt;br /&gt;Returns the minor version number of the scripting engine in use&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_setlocale.asp"&gt;SetLocale&lt;/a&gt;&lt;br /&gt;Sets the locale ID and returns the previous locale ID&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_typename.asp"&gt;TypeName&lt;/a&gt;&lt;br /&gt;Returns the subtype of a specified variable&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_vartype.asp"&gt;VarType&lt;/a&gt;&lt;br /&gt;Returns a value that indicates the subtype of a specified variable&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4900262455648092339-3500309260446201014?l=vbscripttutorial.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vbscripttutorial.blogspot.com/feeds/3500309260446201014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4900262455648092339&amp;postID=3500309260446201014' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/3500309260446201014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/3500309260446201014'/><link rel='alternate' type='text/html' href='http://vbscripttutorial.blogspot.com/2008/01/vb-script-tutorial_13.html' title='Vb Script Tutorial'/><author><name>expert</name><uri>http://www.blogger.com/profile/05027544102105084558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4900262455648092339.post-6550434822668936962</id><published>2008-01-13T21:35:00.001-08:00</published><updated>2008-01-13T21:40:14.276-08:00</updated><title type='text'>Vb Script Tutorial</title><content type='html'>&lt;a name="conversion"&gt;4. Conversion Functions&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Function&lt;br /&gt;Description&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_asc.asp"&gt;Asc&lt;/a&gt;&lt;br /&gt;Converts the first letter in a string to ANSI code&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_cbool.asp"&gt;CBool&lt;/a&gt;&lt;br /&gt;Converts an expression to a variant of subtype Boolean&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_cbyte.asp"&gt;CByte&lt;/a&gt;&lt;br /&gt;Converts an expression to a variant of subtype Byte&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_ccur.asp"&gt;CCur&lt;/a&gt;&lt;br /&gt;Converts an expression to a variant of subtype Currency&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_cdate.asp"&gt;CDate&lt;/a&gt;&lt;br /&gt;Converts a valid date and time expression to the variant of subtype Date&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_cdbl.asp"&gt;CDbl&lt;/a&gt;&lt;br /&gt;Converts an expression to a variant of subtype Double&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_chr.asp"&gt;Chr&lt;/a&gt;&lt;br /&gt;Converts the specified ANSI code to a character&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_cint.asp"&gt;CInt&lt;/a&gt;&lt;br /&gt;Converts an expression to a variant of subtype Integer&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_clng.asp"&gt;CLng&lt;/a&gt;&lt;br /&gt;Converts an expression to a variant of subtype Long&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_csng.asp"&gt;CSng&lt;/a&gt;&lt;br /&gt;Converts an expression to a variant of subtype Single&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_cstr.asp"&gt;CStr&lt;/a&gt;&lt;br /&gt;Converts an expression to a variant of subtype String&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_hex.asp"&gt;Hex&lt;/a&gt;&lt;br /&gt;Returns the hexadecimal value of a specified number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_oct.asp"&gt;Oct&lt;/a&gt;&lt;br /&gt;Returns the octal value of a specified number&lt;br /&gt;&lt;br /&gt;&lt;a name="_Toc157012790"&gt;&lt;/a&gt;&lt;a name="format"&gt;5. Format Functions&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/vbscript_ref_functions.asp#top#top"&gt;Top&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Function&lt;br /&gt;Description&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_formatcurrency.asp"&gt;FormatCurrency&lt;/a&gt;&lt;br /&gt;Returns an expression formatted as a currency value&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_formatdatetime.asp"&gt;FormatDateTime&lt;/a&gt;&lt;br /&gt;Returns an expression formatted as a date or time&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_formatnumber.asp"&gt;FormatNumber&lt;/a&gt;&lt;br /&gt;Returns an expression formatted as a number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_formatpercent.asp"&gt;FormatPercent&lt;/a&gt;&lt;br /&gt;Returns an expression formatted as a percentage&lt;br /&gt;&lt;br /&gt;&lt;a name="_Toc157012791"&gt;&lt;/a&gt;&lt;a name="math"&gt;6. Math Functions&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/vbscript_ref_functions.asp#top#top"&gt;Top&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Function&lt;br /&gt;Description&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_abs.asp"&gt;Abs&lt;/a&gt;&lt;br /&gt;Returns the absolute value of a specified number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_atn.asp"&gt;Atn&lt;/a&gt;&lt;br /&gt;Returns the arctangent of a specified number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_cos.asp"&gt;Cos&lt;/a&gt;&lt;br /&gt;Returns the cosine of a specified number (angle)&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_exp.asp"&gt;Exp&lt;/a&gt;&lt;br /&gt;Returns e raised to a power&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_hex.asp"&gt;Hex&lt;/a&gt;&lt;br /&gt;Returns the hexadecimal value of a specified number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_int.asp"&gt;Int&lt;/a&gt;&lt;br /&gt;Returns the integer part of a specified number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_fix.asp"&gt;Fix&lt;/a&gt;&lt;br /&gt;Returns the integer part of a specified number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_log.asp"&gt;Log&lt;/a&gt;&lt;br /&gt;Returns the natural logarithm of a specified number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_oct.asp"&gt;Oct&lt;/a&gt;&lt;br /&gt;Returns the octal value of a specified number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_rnd.asp"&gt;Rnd&lt;/a&gt;&lt;br /&gt;Returns a random number less than 1 but greater or equal to 0&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_sgn.asp"&gt;Sgn&lt;/a&gt;&lt;br /&gt;Returns an integer that indicates the sign of a specified number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_sin.asp"&gt;Sin&lt;/a&gt;&lt;br /&gt;Returns the sine of a specified number (angle)&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_sqr.asp"&gt;Sqr&lt;/a&gt;&lt;br /&gt;Returns the square root of a specified number&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_tan.asp"&gt;Tan&lt;/a&gt;&lt;br /&gt;Returns the tangent of a specified number (angle)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4900262455648092339-6550434822668936962?l=vbscripttutorial.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vbscripttutorial.blogspot.com/feeds/6550434822668936962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4900262455648092339&amp;postID=6550434822668936962' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/6550434822668936962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/6550434822668936962'/><link rel='alternate' type='text/html' href='http://vbscripttutorial.blogspot.com/2008/01/vb-script-tutorial.html' title='Vb Script Tutorial'/><author><name>expert</name><uri>http://www.blogger.com/profile/05027544102105084558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4900262455648092339.post-1877268319977586661</id><published>2008-01-10T01:24:00.000-08:00</published><updated>2008-01-10T01:26:11.946-08:00</updated><title type='text'>VB Script1</title><content type='html'>&lt;a name="_Toc157012786"&gt;1. What is VBScript?&lt;/a&gt;&lt;br /&gt;VBScript is a scripting language&lt;br /&gt;A scripting language is a lightweight programming language&lt;br /&gt;VBScript is a light version of Microsoft's programming language Visual Basic&lt;br /&gt;&lt;a name="_Toc157012787"&gt;2. How does it Work?&lt;/a&gt;&lt;br /&gt;When a VBScript is inserted into a HTML document, the Internet browser will read the HTML and interpret the VBScript. The VBScript can be executed immediately, or at a later event.&lt;br /&gt;&lt;a name="vbswhat"&gt;&lt;/a&gt;Function&lt;br /&gt;Description&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_cdate.asp"&gt;CDate&lt;/a&gt;&lt;br /&gt;Converts a valid date and time expression to the variant of subtype Date&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_date.asp"&gt;Date&lt;/a&gt;&lt;br /&gt;Returns the current system date&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_dateadd.asp"&gt;DateAdd&lt;/a&gt;&lt;br /&gt;Returns a date to which a specified time interval has been added&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_datediff.asp"&gt;DateDiff&lt;/a&gt;&lt;br /&gt;Returns the number of intervals between two dates&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_datepart.asp"&gt;DatePart&lt;/a&gt;&lt;br /&gt;Returns the specified part of a given date&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_dateserial.asp"&gt;DateSerial&lt;/a&gt;&lt;br /&gt;Returns the date for a specified year, month, and day&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_datevalue.asp"&gt;DateValue&lt;/a&gt;&lt;br /&gt;Returns a date&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_day.asp"&gt;Day&lt;/a&gt;&lt;br /&gt;Returns a number that represents the day of the month (between 1 and 31, inclusive)&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_formatdatetime.asp"&gt;FormatDateTime&lt;/a&gt;&lt;br /&gt;Returns an expression formatted as a date or time&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_hour.asp"&gt;Hour&lt;/a&gt;&lt;br /&gt;Returns a number that represents the hour of the day (between 0 and 23, inclusive)&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_isdate.asp"&gt;IsDate&lt;/a&gt;&lt;br /&gt;Returns a Boolean value that indicates if the evaluated expression can be converted to a date&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_minute.asp"&gt;Minute&lt;/a&gt;&lt;br /&gt;Returns a number that represents the minute of the hour (between 0 and 59, inclusive)&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_month.asp"&gt;Month&lt;/a&gt;&lt;br /&gt;Returns a number that represents the month of the year (between 1 and 12, inclusive)&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_monthname.asp"&gt;MonthName&lt;/a&gt;&lt;br /&gt;Returns the name of a specified month&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_now.asp"&gt;Now&lt;/a&gt;&lt;br /&gt;Returns the current system date and time&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_second.asp"&gt;Second&lt;/a&gt;&lt;br /&gt;Returns a number that represents the second of the minute (between 0 and 59, inclusive)&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_time.asp"&gt;Time&lt;/a&gt;&lt;br /&gt;Returns the current system time&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_timer.asp"&gt;Timer&lt;/a&gt;&lt;br /&gt;Returns the number of seconds since 12:00 AM&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_timeserial.asp"&gt;TimeSerial&lt;/a&gt;&lt;br /&gt;Returns the time for a specific hour, minute, and second&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_timevalue.asp"&gt;TimeValue&lt;/a&gt;&lt;br /&gt;Returns a time&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_weekday.asp"&gt;Weekday&lt;/a&gt;&lt;br /&gt;Returns a number that represents the day of the week (between 1 and 7, inclusive)&lt;br /&gt;&lt;a href="http://www.w3schools.com/vbscript/func_weekdayname.asp"&gt;WeekdayName&lt;/a&gt;&lt;br /&gt;Returns the weekday name of a specified day of the week&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4900262455648092339-1877268319977586661?l=vbscripttutorial.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vbscripttutorial.blogspot.com/feeds/1877268319977586661/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4900262455648092339&amp;postID=1877268319977586661' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/1877268319977586661'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/1877268319977586661'/><link rel='alternate' type='text/html' href='http://vbscripttutorial.blogspot.com/2008/01/vb-script1.html' title='VB Script1'/><author><name>expert</name><uri>http://www.blogger.com/profile/05027544102105084558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4900262455648092339.post-854181142223551892</id><published>2008-01-10T01:21:00.000-08:00</published><updated>2008-01-10T01:24:39.068-08:00</updated><title type='text'>The Blog Is A Discussion Of Vb Script</title><content type='html'>The Blog Is A Discussion Of Vb Script&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4900262455648092339-854181142223551892?l=vbscripttutorial.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vbscripttutorial.blogspot.com/feeds/854181142223551892/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4900262455648092339&amp;postID=854181142223551892' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/854181142223551892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4900262455648092339/posts/default/854181142223551892'/><link rel='alternate' type='text/html' href='http://vbscripttutorial.blogspot.com/2008/01/blog-is-discussion-of-vb-script.html' title='The Blog Is A Discussion Of Vb Script'/><author><name>expert</name><uri>http://www.blogger.com/profile/05027544102105084558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
