nGetDay (client-side)
Use this routine to retrieve the day portion of a specified date string, returned as a number between 1 and 31.
Definition
nGetDay(sValue)
Parameters
sValue
A string containing a date in the format indicated by the g_sMSCSDateFormat global variable, from which the day is retrieved.
Return Value
A number representing the day portion of the specified date string. A return value of –1 indicates an error.
Remarks
This routine is available in the include file ActionPageUtil.asp.