From 14c851b83dd9f76e59a65e312985f9810ddfd299 Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Thu, 18 Jun 2026 09:54:50 -0500 Subject: [PATCH] Use ISO 8601 format for dates --- acf-json/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acf-json/schema.json b/acf-json/schema.json index c37e208..87cc04d 100644 --- a/acf-json/schema.json +++ b/acf-json/schema.json @@ -748,7 +748,7 @@ "id": "" }, "display_format": "d\/m\/Y", - "return_format": "YY-MM-DD", + "return_format": "c", "first_day": 1 } ]