This is a validator which determines if the given text is a valid currency value. The client-side validation is done with the VBScript function CCur(), which means this validator only runs in IE on the clientside. However, serverside validation is done regardless.
This is a validator which determines if the given text is a valid date-time value. The client-side validation is done with the VBScript function IsDate(), which means this validator only runs in IE on the clientside. However, serverside validation is done regardless.
Download