jpser
Posts: 44
|
| Posted: 07/05/2007, 12:08 PM |
|
Mysql 5 / php 5 /
I have a textbox and a button ( a custom code on click to put the actual time)
$myform->textbox->setvalue(time());
I tried every kind of format , all failed
what to do ?
thanks for answer
_________________
jp serei
|
 |
 |
Damian Hupfeld
|
| Posted: 07/05/2007, 2:28 PM |
|
Does it display properly on the page?
If so the code works - the format is wrong.
"jpser" <jpser@forum.codecharge> wrote in message
news:5468d419c0faad@news.codecharge.com...
> Mysql 5 / php 5 /
>
> I have a textbox and a button ( a custom code on click to put the actual
> time)
>
> $myform->textbox->setvalue(time());
> I tried every kind of format , all failed
>
> what to do ?
> thanks for answer
> _________________
> jp serei
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
|