Return to parameter.html CVS log | Up to [LON-CAPA] / rat / client |
version 1.40, 2006/06/30 03:12:21 | version 1.41, 2006/12/06 21:09:35 |
---|---|
Line 686 function catchange() { | Line 686 function catchange() { |
function assemble() { | function assemble() { |
if ((ptype=='date') && (pscat!='interval')) { | if ((ptype=='date') && (pscat!='interval')) { |
svalue=Math.round(cdate.getTime()/1000); | svalue=Math.floor(cdate.getTime()/1000); |
} | } |
if (ptype=='tolerance') { | if (ptype=='tolerance') { |
if (pscat=='relative_sym') { | if (pscat=='relative_sym') { |