Logo
  • Portfolio
  • Blog
  • About
  • Resources
Get in touch!
Get quarter and year from date property

Get quarter and year from date property

Type
Date

Get Quarter and Year from Date Property

Option 1)

"Q" + formatDate(prop("Date"),"Q") + 
" " + 
formatDate(prop("Date"),"YYYY")

Result:

image

Option 2)

"Q" + formatDate(prop("Date"),"Q") + 
" " + 
formatDate(prop("Date"),"YY")

Result:

image

Option 3)

"Q" + formatDate(prop("Date"),"Q") + 
"/" + 
formatDate(prop("Date"),"YY")

Result:

image

Note: For formulas containing a date range (start and end dates), the quarter will be determined by the start date.

Logo

Portfolio

Blog

Resources

About

Contact

Notion Status

© 2025 Hyphen Productivity

YouTubeLinkedInWhatsAppPinterest