In the following code what format should the startDate be in?
CODE:
obj=new object;
obj.search="";
obj.startDate=???
chrome.experimental.history.search(search, callback);
function callback(results)
{
console.log(results);
}
--
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=.