SharePoint provides a great way to filter views using inbuilt functions like Today() and Now(). They come very handy when you are required to get current date and time for any comparison or filtering.
These functions have been very popular throughout these years and work well with all SharePoint versions - MOSS, SharePoint 2010, SharePoint 2013, SharePoint 2016, SharePoint 2019 and SharePoint Online (Microsoft Office 365).
⚡️ How to use/set today's current date in calculated column --> Today()
- Open your List/Library.
- Navigate to Columns section.
- Click Create column. You may alternatively edit an existing calculated column.
- For 'The type of information in this column is:' --> select 'Calculated (calculation based on other columns)'.
- In Formula, use Today() for getting current date.
Current date in SharePoint calculated column
⚠️ Note that calculated column values are not updated automatically and only when list item is modified. It is recommended to use Power Automate / FLOW for updating the calculated field value on regular basis.
Few examples using Today()- Today() --> Gets current date
- Today()-Created --> Gets number of days in between Created Date and Current Date
- Today() + 1 --> Adds 1 day to Current Date
- For 'The data type returned from this formula is: ' --> select the format for the return value, Single line of text / Number / Currency / Date and Time / Yes/No.
- Click OK.
- Check your column and verify the calculated value is computed correctly.
⭐ IMPORTANT - You cannot use [Today] in your formula, this will result in error "Calculated columns cannot contain volatile functions like Today and Me."
Refer this link to fix it - How to use [Today] current date time in SharePoint calculated column
⚡️ How to use/set today's current date with time in calculated column --> Now()
This is similar to previous example, but more accurate up to time including minutes.- Open your List/Library.
- Navigate to Columns section.
- Click Create column. You may alternatively edit an existing calculated column.
- For 'The type of information in this column is:' --> select 'Calculated (calculation based on other columns)'.
- In Formula, use Now() for getting current date and time.
Current date time in SharePoint calculated column using Now
⚠️ Note that calculated column values are not updated automatically and only when list item is modified. It is recommended to use Power Automate / FLOW for updating the calculated field value on regular basis.
Few examples using Now()- Now() --> Gets current date + time
- Now()-Created --> Gets number of days (including hours/minutes) in between Created Date and Current Date/Time
- Now() + 1 --> Adds 1 day to Current Date (including time).
- For 'The data type returned from this formula is: ' --> select the format for the return value, Single line of text / Number / Currency / Date and Time / Yes/No.
- Click OK.
- Check your column and verify the calculated value is computed correctly.
⚡️ How to use today's current date to filter SharePoint views --> [Today]
Something which is required very frequently, filtering views to show relevant information to users. Say, displaying approval tasks which are upcoming today.- Open your List/Library.
- Navigate to Views section.
- Open the respective view.
- Navigate to Filter section.
- Select 'Show items only when the following is true:'
- For 'Show the items when column'
- Select the column from the drop down
- Select the condition which should evaluate to true
- Enter the formula to calculate using [Today]
- Click OK.
- Verify the view is filtered as expected.
-
Few examples using [Today]
- DueDate = [Today]
- DueDate <= [Today] AND Resolved=No
- ReminderDate = [Today]-2
- Created = [Today]-5
This does not stop here. Though SharePoint provides you powerful ready functions like [Today] and [Me], you will have to put in extra efforts to fulfill the actual requirement - like adding logic to skip weekends. In many cases, excel formulas may also work with SharePoint calculated fields.
⛏️ Tip - For calculated column fields, the value will not auto update unless the list item is modified. This has been a pain for developers and admins. There could be multiple possibilities to update the field value, choose the best fit for you -
- Power Automate / FLOW to update item (preferred)
- PowerShell script
- Azure Functions
- Logic Apps
- Move Copy Migrate SharePoint OneDrive files folders to different site collection location
- How to generate client id and secret to register SharePoint App with OAuth
- How to share SharePoint site or document with all users in organization
- Get-ADUser PowerShell - Get AD user details using email address
- error CAML Query containing special characters
- Access URL for SharePoint Tenant Admin Center (Online Office 365)
- Fix SharePoint Error - The Managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started
- SharePoint - The URL is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web.
- How to delete SharePoint List Item programmatically using C#.Net
- How to Share Microsoft SharePoint Site with Users or Groups
- JSON column formatting to preview SharePoint Online file on mouse hover
- SharePoint List redirect user after submitting form NewForm.aspx
- See actual SharePoint error exception modify web.config
- SharePoint Server 2016 IT Preview Deprecated Removed features
- How to create SharePoint Document Library
- How to Get or Set SharePoint Document ID _dlc_DocId using PowerShell
- How to disable SharePoint subsite creation option for owners
- PowerShell - How to use Try Catch Finally blocks for error exception handling (Windows/SharePoint)
- SharePoint error - Your organization doesn't allow sharing with users from this domain. Please contact your IT department for help. (OSE403)
- [Solved] SharePoint Search Internal server error exception
- How to wrap column text in SharePoint Online Modern List Grid View using JSON formatting
- How to extend retiring SharePoint 2010 Workflows and continue with Office 365
- Changed AD user display name showing old name in SharePoint
- How to hide or remove quick launch left navigation from SharePoint Online Modern site page
- How to enable anonymous public access for SharePoint Online site collection, file, folder without login ?
- Convert JSON to XML using Java Jackson Library - Java
- How to: Docker Remove Image - Docker
- Duplicate id @+id/textView1, already defined earlier in this layout Android Error - Android
- How to add hint text in bootstrap input text field and text area - Bootstrap
- How to reset eclipse layout - Android
- 9 Border to DIV Element in HTML Examples - Html
- Keyboard shortcuts to format Source code in Microsoft Visual Studio Code IDE - Microsoft
- How to Sync Microsoft Teams Calendar with Mac Calendar - Microsoft