Hi guys,
please see here:
http://bigblue.cnaf.infn.it/rocrep/edit/repdata.php
I would like insert a new search form for date field, so that I might submit queries "from DATE to DATE".
Thanks in advance.
Cheers,
Alfredo
$opts['fdd']['ID'] = array(
'name' => 'ID',
'select' => 'T',
'options' => 'AVCPDR', // auto increment
'maxlen' => 20,
'default' => '0',
'sort' => true
);
$opts['fdd']['YYMMGG'] = array(
'name' => 'Date',
'maxlen' => 8,
'required' => false,
'input' => 'R',
'select' => 'M',
'select' => 'N',
'nowrap' => 'true',
'help|ACP' => 'Timestamp',
'sort' => true
);
|