[Top] [Prev] [Next] [Bottom] [Contents]

SaVbsValDateFuture

Prints a VB Script function which checks if a string represents a valid date, and the date represents a future date.

Synopsis

#include "savbs.h"
int SaVbsValDateFuture();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints a VB Script function which checks if a string represents a valid date, and the date represents a future date. Note that if the year part of the date contains just 2 digits, the value 00 is a past date.

Example

The code fragment:

SaVbsValDateFuture();
will write a string to standard out which is equivalent to the contents of the file:

config\htmlstyle\XValDateFuture.vbs
in the Sapphire distribution.

See Also

SaVbsSsnCheck, SaVbsZipCheck, SaVbsCardCheck, SaVbsDateFixNow, SaVbsValDate, SaVbsValDatePast, SaVbsIsAllDigits, SaVbsIsAllLetters, SaVbsIsFieldNotBlank, SaVbsValEmail, SaVbsState, SaVbsSimpleFormat, SaRegVbsScripts, SaPrintVbsScripts



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.