I don't know of any learning version, but I just purchased vb.net for $100 down at Staples. So far it seems to be working great.
They also have academic versions of vs for a cheaper price.
Jon
This should do the trick. I've included javascript and vbscript.
Jon
Javascript:
function validateDate(fieldVal)
{
fieldVal = trim(fieldVal);
// Begin
// Checks for the following valid date formats:
// mm/dd/yyyy mm-dd-yyyy
// Also separates date into month, day, and year variables...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.