We just released our biggest update yet!
Find out more
LogoLogo
ChangelogSupportBlogSign inSign Up
  • Home
  • Features
    • Grids
    • Variables
      • Forecast Definitions
      • Actuals Definitions
      • Importing Variables
      • Folders
      • Metrics
        • Create a New Metric
        • Build a Custom Metric
      • Drivers
        • Create a New Driver
        • Build a Custom Driver
    • Models
    • Variance
      • Variance in Grids
      • Variance in Charts
    • Dashboards & Charts
      • Populating a Dashboard
      • Edit Dashboard Layouts
      • Charts
      • Comparing Scenarios in Dashboards
      • Sparklines
    • Organization
    • Reports
      • Creating a New Report Category
      • Creating a New Report
      • Creating a New Line Category
      • Creating a New Report Line
      • Report templates: The 3-Statement Model
      • How to Customize a Pluvo Report
    • Integrations
      • Accounting Integrations
        • Quickbooks Online
        • Xero
        • Netsuite
        • Sage
      • CRM Integrations
      • HRIS Integrations
      • Spreadsheets & Data Integrations
      • Other Integrations
      • Refresh Integration Data
    • Muli-entity & Consolidations
  • Exports
  • Org Switcher
  • Settings
    • Organization Settings
      • Organization Management
      • User Management
      • Integrations
      • Audit Logs
    • Account Settings
    • Day/Night Mode
  • Concepts
    • Time
    • Scenarios
      • Switching Scenario
      • Base Scenarios
      • Merging Scenarios
      • Create, Duplicate and Delete Scenarios
    • Formulas
      • Dates in Formulas
    • Currencies
  • Resources
    • What's New?
      • May 11 2025
    • Pluvo Help Center
    • Privacy Policy
    • Visit our site
Powered by GitBook

© 2025 Pluvo - Made with love in Canada

On this page

Was this helpful?

  1. Concepts
  2. Formulas

Dates in Formulas

Function
Syntax
Description

Month

month()

Returns the current month in the year where 1 is January, and 12 is December

Quarter

quarter()

Returns the current quarter in the year

Year

year()

Returns the current year

Days in Month

daysInMonth()

Returns the number of days in the current month

____days in Month

mondaysInMonth() tuesdaysInMonth() wednesdaysInMonth() thursdaysInMonth() fridaysInMonth() saturdaysInMonth() sundaysInMonth()

Returns the number of a specific weekday (e.g: mondays) in the current month.

Weekdays in Month

weekdaysInMonth()

Returns the number of weekdays in the current month (M-F).

Months from Formula Start

monthsFromFormulaStart()

Returns the number of months since the current formula started (+1 every month).

Quarters from Formula Start

quartersFromFormulaStart()

Returns the number of quarters since the current formula started (+1 every 3 months).

Years from Formula Start

yearsFromFormulaStart()

Returns the number of years since the current formula started (+1 every 12 months).

PreviousFormulasNextCurrencies

Last updated 23 days ago

Was this helpful?