OQL DATE functionDevelopers.OQLDATE HistoryHide minor edits - Show changes to markup November 28, 2005, at 06:36 PM
by -
Changed lines 6-7 from:
Return a porcupine.utils.date.Date object, from an ISO6801? formatted string. Usefull for comparing dates and datetime datatypes. A sample query would be: to:
November 28, 2005, at 06:35 PM
by -
Added lines 1-13:
Syntax: date(x)
Return a porcupine.utils.date.Date object, from an ISO6801? formatted string. Usefull for comparing dates and datetime datatypes. A sample query would be: select id, modified from deep('/')
where modified between date('2005-06-17T00:00:00')
and date('2005-06-18T00:00:00')
order by modified desc
|
|
|
Page last modified on November 28, 2005, at 06:36 PM
|
|