Logo
  • Portfolio
  • Blog
  • About
  • Resources
Get in touch!
Calculate total hours, minutes, or days in a date range

Calculate total hours, minutes, or days in a date range

Type
Date

Calculate total hours of a date range

dateBetween(
  dateEnd(prop("Date")),
  dateStart(prop("Date")),
  "hours"
)

Calculate total days of a date range

round(
  dateBetween(
    dateEnd(prop("Date")),
    dateStart(prop("Date")),
    "hours"
  )/24,
  2
)

Calculate total minutes of a date range

dateBetween(
  dateEnd(prop("Date")),
  dateStart(prop("Date")),
  "minutes"
)

Example:

image
Logo

Portfolio

Blog

Resources

About

Contact

Notion Status

© 2025 Hyphen Productivity

YouTubeLinkedInWhatsAppPinterest