Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the

30115: Date format is incorrect


ERROR: 30115

error-30115 page anchor
MESSAGING
ERROR

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