Hi,
I am using the Record feed query paramater: "sq=[columnName]
[binaryOper][value]".
http://code.google.com/apis/spreadsheets/docs/3.0/reference.html#RecordParameters
Currently I have the date column in the table and all the queries in
the format sq=last_updated>=08/05/2009 and other formats are working
great.
Now, I want to add the time to the sq query and not sure what format
to send to the query ?
I have tried mm/dd/yyyy HH:mm etc and not worked.
Any suggestion or references on doing structured query by time ?
Thank You.