I have a task - create a page and display on it all lists/libraies with documents of team meetings. Every meeting has a documents and another information, which is storing in the same lists/libraries on website as another meetings. Additionally there
is a field "MeetingDate" (type: DateTime), which help to indetify a meeting documents.
I have added all on one page and my custom connected webpart (IWebpartRow interface), which help to filter all views on page by field meeting date. It send a date to another webparts on page, and user see information only for this date.
It works fine, but the problem is, that it used only DATE (without time) and i need now to filter all by date and time.
Unfortunately, i noticed that i cannot filter items by date with time in the standard list too. Please see my screenshot.
My question is: may be i should use another interface (not IWebPartRow) that to send 2 values (1 - date, 2 - time) and filter all by 2 columns. Is it possible?
Unfortunatelly i didn't find something like this. I found only a solution to build url like 'http://sp2013/SitePages/Homepage.aspx#InplviewHasha2528afc-50c3-4d5e-aae9-682400976409=FilterField1%3DDatum-FilterValue1%3D2015%252D02%252D27-FilterField2%3DCustomTime-FilterValue2%3D11%253A00'
, but it looks not so good ..(
from MSDN forum...