We have a custom web-part that uses a View to filter Procurements (Tenders) by date.
We are trying to filter the view using the [Today] function but from what I gathered it only uses the Date and disregards the Time, which is an annoyance since Tenders have opening and closing times.
From a little bit of research I found out that [Now] does not exist in SharePoint and has to be implemented through code or workflows, which is out of the question for our company since we are using custom branding for our infrastructure (we have a farm and give portals to clients for which they manage the content).
Is there any method how we can filter by Date & Time with minimal modifications?