Here is the function.
function valiDate(inTxt){
// alert(inTxt.value);
var inVal = inTxt.value;
if(inVal == "")
{
return;
}
// If default value is default, don't bother eval-ing it.
////if((inVal == "1/1/1900") || (inVal == "01/1/1900") || (inVal == "1/01/1900") || (inVal ==...
Hello,
Currently I have a asp application that uses javascript to validate the current date. Part of the javascript allows the user to change the current date format which is mm/dd/yyyy to mm/dd/yy. Once the user tabs to the next field then the javascript changes the short date format of what...
This is a current web application that is being used by users over an intranet. The application allows you to run a report based on a selection from a dropdownlist(sorry I put radio button on my first post)and dates. The items in the dropdownlist are fields in a column in a sql server...
HEllo,
I have a report that i am pulling records from an sql database based on the date from ? to ? and fields in a column.
Now I want to be able to pull all the data for the same dates but based on all the fields in the column.
The fields are generated by a user clicking on a radio button...
I have created the third table with the company ID and County Id. I see where it is linked. I do have another question.
If another company was to be added and it supports every county in the database. How would I configure that one company with all the county id's since it supports all the...
Hello all,
I am using a access database to house company information pertaining to a county in a state. Some of the companies are referenced in different counties and may have additional counties in the future. This is my issue. I have the companies data in a table and the counties in another...
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.