Anyone know how to enter the time into a form or a website that might
tell how? I'm using the following html code and trying to get the
time to default into the text box. thanks
html code
<tr>
<td><b>Date:</b></td>
<td align="left"><i nput type="text" name="date" size="8"
maxlength="8"></td>
</tr>
php code
<? print strftime("%m/%d/%Y"); ?>
tell how? I'm using the following html code and trying to get the
time to default into the text box. thanks
html code
<tr>
<td><b>Date:</b></td>
<td align="left"><i nput type="text" name="date" size="8"
maxlength="8"></td>
</tr>
php code
<? print strftime("%m/%d/%Y"); ?>
Comment