OBJECT

DateTimeFormats

Date and time format options organized by locale

link GraphQL Schema definition

  • type DateTimeFormats {
  • # Date format options by locale (e.g., { fr: [...], en: [...] })
  • dateFormats: AssociativeArray!
  • # Time format options by locale (e.g., { fr: [...], en: [...] })
  • timeFormats: AssociativeArray!
  • }