> on 7/26/01 9:55 PM, Balaji Ankem at [EMAIL PROTECTED] wrote:
> 
> Hi, dear friends,
> How can i get the current date and time in the following input field.
> 
> <form name="addinv" >
> 
> DATE:      <input type="text" name="in_date" value="//Here i want to get the
> current date an time ..time should dynamically change//">

<?php printf("%s",date("M d, Y h:m:s")); ?>

> 
> STATUS:   <input type="text" name="in_status" value="">
> <input type="button" Value="ADD" OnClick="check();">
> </form>
> 
> 
> Thanks in advance.
> 
> Regards
> -Balaji



 -- mike cullerton



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to