|
-
May 29th, 2001, 01:53 PM
#1
Thread Starter
Fanatic Member
vbscript
Does anyone know of a good site that explains vbscript or has some tutorials on vbscripting?
My other question for expert vbscripters is with using vbscript can I determine yesterdays date (previous days date) based on todays date (date on users machine)? I know that in vb to get today's date I use the word 'date' and it will provide me the date. Does vbscript work the same way?
Thanks for any sample code/advice in advance.
-
May 29th, 2001, 01:56 PM
#2
Frenzied Member
I don't know any VBScript tut pages, but you will find that most of what you can do in VB, you can do in VBScript. For example, you can get the date, and use DateAdd and subtract one day and get yesterday's date just like you would in VB.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
May 29th, 2001, 04:24 PM
#3
Frenzied Member
Try:
ASP101
The only major thing in VBScript you will find that is not there that you would expect to be, is the format function. It is replaced by 4 more specific use format functions:
FormatDateTime, FormatPercentage, FormatCurrency, and FormatNumber.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
May 29th, 2001, 04:27 PM
#4
PowerPoster
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
May 30th, 2001, 07:24 AM
#5
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|