Skip to main content
The DAYS360 function calculates the number of days between two dates based on a 360-day year (12 months of 30 days each). DAYS360 calculates the result by counting the number of full months between the two dates, multiplying by 30, and then adding the remaining days of the start and end months as needed.

Supported Product Scenarios

The DAYS360 function is supported in the following YiDA scenarios.
  • Form (main table fields)
  • Form (business association rules)
  • Form (validation)
  • Workflow design (validation rules)
  • Workflow design (association actions)
  • Integration & automation
  • Workflow node
  • Connector

Format

Attribute Description

Return Value

Example

As shown below, use the DAYS360() function to get the number of days between two dates.
  • European method
  • U.S. method

Try It

Returns the number of days between two dates.