Dataview - Start of Week

Where Due.week = date(today).week AND Due.month = date(today).month

I’ve tried using the code above to manage tasks…using the Dataview plugin but for some reason, the week seems to start on Tuesday and end on the following Monday.

I can’t see anywhere in the setting to alter the start of the week day, and I would have thought that it would default to start on Monday.

Please help.

What I’m trying to do

The dataview documentation has commands for date(sow) and date(eow) for the start and end of the current week. Do those have the same behavior? For example:

WHERE Due >= date(sow) AND Due <= date(eow)

You can remove the = from either of those comparisons if they are including one more day than you expect.
Good luck!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.