eg
05/28/2025, 3:32 AMVapi Support Bot
05/28/2025, 3:33 AM{{"now" | date: "%A, %B %d, %Y", "America/New_York"}}
Replace "America/New_York"
with your desired timezone. This should ensure the correct day of the week is spoken to users.
Tip: Always specify the timezone to avoid mismatches between UTC and your users' local time.
Source:
- [Using dynamic variables in a phone call](https://docs.vapi.ai/assistants/dynamic-variables)Kyle Brunker
05/28/2025, 5:24 AMeg
05/28/2025, 4:15 PMeg
05/28/2025, 4:16 PMVapi Support Bot
05/28/2025, 4:17 PM%A
, %B
, %d
, or `%Y`—these are standard format codes that LiquidJS will automatically fill in for you. Just make sure your timezone is set correctly. For example:
liquid
{{"now" | date: "%A, %B %d, %Y", "America/New_York"}}
This will output the correct day of the week and date for your specified timezone.
Tip: Only change the format string if you want a different output style; otherwise, leave it as is for standard results.
Source:
- [Using dynamic variables in a phone call](https://docs.vapi.ai/assistants/dynamic-variables#advanced-date-and-time-usage)Vapi Support Bot
05/28/2025, 4:17 PM%A
, %B
, %d
, or `%Y`—these are standard format codes that LiquidJS will automatically fill in for you. Just make sure your timezone is set correctly. For example:
liquid
{{"now" | date: "%A, %B %d, %Y", "America/New_York"}}
This will output the correct day of the week and date for your specified timezone.
Tip: Only change the format string if you want a different output style; otherwise, leave it as is for standard results.
Source:
- [Using dynamic variables in a phone call](https://docs.vapi.ai/assistants/dynamic-variables#advanced-date-and-time-usage)Vapi Support Bot
05/28/2025, 4:17 PM%A
, %B
, %d
, or `%Y`—these are standard date format codes. Just make sure your prompt uses the correct syntax and timezone, like this:
liquid
{{"now" | date: "%A, %B %d, %Y", "America/Los_Angeles"}}
If this still doesn't work, double-check for typos and ensure your environment supports the specified timezone.
Reference: [Vapi dynamic variables documentation](https://docs.vapi.ai/assistants/dynamic-variables)
Source:
- [Using dynamic variables in a phone call](https://docs.vapi.ai/assistants/dynamic-variables)Vapi Support Bot
05/28/2025, 4:17 PM%A
, %B
, %d
, or `%Y`—these are standard date format codes. Just make sure your prompt uses the correct syntax and timezone, like this:
liquid
{{"now" | date: "%A, %B %d, %Y", "America/Los_Angeles"}}
If this still doesn't work, double-check for typos and ensure your environment supports the specified timezone.
Reference: [Vapi dynamic variables documentation](https://docs.vapi.ai/assistants/dynamic-variables)
Source:
- [Using dynamic variables in a phone call](https://docs.vapi.ai/assistants/dynamic-variables)eg
05/28/2025, 7:24 PMVapi Support Bot
05/28/2025, 7:25 PMliquid
{{"now" | date: "%A, %B %d, %Y", "America/Los_Angeles"}}
This will automatically use the current date and year. If you still see issues, double-check for typos and ensure your environment supports the specified timezone.
Reference: [Vapi dynamic variables documentation](https://docs.vapi.ai/assistants/dynamic-variables#advanced-date-and-time-usage)
Source:
- [Using dynamic variables in a phone call](https://docs.vapi.ai/assistants/dynamic-variables#advanced-date-and-time-usage)eg
05/28/2025, 11:23 PMKyle Brunker
05/29/2025, 1:42 AMeg
05/30/2025, 4:56 AMeg
05/30/2025, 4:58 AMeg
05/30/2025, 4:59 AMeg
05/30/2025, 4:59 AMeg
05/30/2025, 5:01 AMeg
05/30/2025, 5:03 AMeg
05/30/2025, 5:07 AMKyle Brunker
05/30/2025, 7:48 PMeg
05/30/2025, 10:08 PMKyle Brunker
05/31/2025, 5:57 AM