Valid dateFormat codes?

What are the valid DateFormat values for a Date component? They do not seem to match the moment.js ones or the JS ones.

Specifically my client want the day of the week to display: "Fri Jun 23, 2023"

Hey @bradlymathews!

The Date component should follow this formatting, i.e. you might try eee MMM d, yyyy:

Let me know if that works