$Query = 'SELECT * ' . ' FROM `datas` ' . ' WHERE 1 AND `date` >= '$jsdate' && `date` <= '$jedate' LIMIT 0, 30';
print $Query;