Documentation Index
Fetch the complete documentation index at: https://anvil.servicetitan.com/llms.txt
Use this file to discover all available pages before exploring further.
Best Practices
Explore best practices for displaying date and time across ServiceTitan.Use standard formats
Use standard, easily recognizable formats for dates and times.- Date (US): Use MM/DD/YYYY format.
- Time: Use 12-hour format with am/pm (e.g., “03:00 pm”)
- Example: The appointment is on July 12, 2025, at 3:00 pm PST.
Do
Don’t
Global Audiences
Consider using the 24-hour format for a global audience to avoid ambiguity. Default to UTC when:- The user’s time zone isn’t known.
- The action is system-level (logs, audit trails, global reporting).
- The user is part of a distributed or international team.
- The user expects the time to be “local” (e.g., scheduling, invoicing, time tracking).
- The UI can clearly communicate the time zone (e.g., “PST,” “CST,” or “Tenant Time Zone: Pacific Time”).
Do
Don’t
Include Time Zones
Do
Don’t
Be Consistent
Do
Don’t
Leading Zeros
When UTC format is used, all four digits should be used. When specifying a time zone, the leading zero is not required when the hour is not a double digit.Do
Don’t
Relative Time References
Do
Don’t
Avoid Ambiguity
Do
Don’t
Date Ranges
Do
Don’t