Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

30115: Date format is incorrect

Twilio Messaging DocumentationMessaging

Description

description page anchor

This error occurs when the Date field in your Messaging request does not use the required YYYY-MM-DD format. Twilio expects a calendar date only for this field.

Possible causes

possible-causes page anchor
  • You included a timestamp, time, or timezone in the Date field instead of sending only a date.
  • You used a two-digit year such as YY instead of a four-digit year such as YYYY.
  • The value does not match the required YYYY-MM-DD pattern for the Date field.
  • Send the Date field in YYYY-MM-DD format, for example 2023-08-13.
  • Remove any time portion, timestamp, or timezone offset so the value contains only year, month, and day.
  • Use a four-digit year and verify the full date is formatted correctly before you submit the request.

Additional resources

additional-resources page anchor