debug date en popup
This commit is contained in:
parent
f70496ef3f
commit
188b27329c
@ -882,6 +882,13 @@ function returnDate(inDay)
|
|||||||
|
|
||||||
// SET THE VALUE OF THE FIELD THAT WAS PASSED TO THE CALENDAR
|
// SET THE VALUE OF THE FIELD THAT WAS PASSED TO THE CALENDAR
|
||||||
calDateField.value = outDate;
|
calDateField.value = outDate;
|
||||||
|
// SET THE VALUE OF THE FIELD THAT WAS PASSED TO THE CALENDAR
|
||||||
|
dayField = calDateField.name+"day";
|
||||||
|
monthField = calDateField.name+"month";
|
||||||
|
yearField = calDateField.name+"year";
|
||||||
|
calDateField.form.elements[dayField].value = day;
|
||||||
|
calDateField.form.elements[monthField].value = month;
|
||||||
|
calDateField.form.elements[yearField].value = year;
|
||||||
|
|
||||||
// GIVE FOCUS BACK TO THE DATE FIELD
|
// GIVE FOCUS BACK TO THE DATE FIELD
|
||||||
calDateField.focus();
|
calDateField.focus();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user