Quote:
Originally Posted by Colin F
Use something like this:
<input type="text" value="<?=date('d.M.Y');?>" readonly="readonly" />
|
Thanx,
I don't think wether, php tages (<? .... ?>) tags are worked in vb templates. I already try this.
But after that, i create one plugin named show_currdate have following code.
$showdate = date("Y-d-m");
when i call the variable ($showdate) in template it will show the date in format (0000-00-00). Only work on localhost, when i upload this on internet it will show nothing...
Can u help me in this regard.