bIsDate (client-side)
Use this routine to test whether a specified string contains a valid date in the format of the default locale for the site.
Definition
bIsDate(sValue)
Parameters
sValue
A string containing the date to be tested against the format indicated by the global variable g_sMSCSDateFormat.
Return Value
A Boolean value indicating whether the passed date string is formatted appropriately for the default locale of the site. A return value of True indicates that the date is valid. A return value of False indicates that the date is not valid.
Remarks
This routine is available in the include file ActionPageUtil.asp.