R
Randal W. Hozeski
Is there a way to rewrite this so
the result has a suffix on it?
<input type="text" name="When" value="00/00/0000 12:30pm"
onFocus="getCalendarFor(this)" size="20">
The result is currently just the date.
I want to add the time also.....
Even though it would be the same each time
and need an edit.
Unless someone knows how to get a date
(selected from popup calendar) and a time
(don't have) into the same textbox?
the result has a suffix on it?
<input type="text" name="When" value="00/00/0000 12:30pm"
onFocus="getCalendarFor(this)" size="20">
The result is currently just the date.
I want to add the time also.....
Even though it would be the same each time
and need an edit.
Unless someone knows how to get a date
(selected from popup calendar) and a time
(don't have) into the same textbox?