[
  {
    "format": "m/d/Y",
    "momentFormat": "MM/DD/YYYY",
    "calendarFormat": "LL/dd/yyyy",
    "title": "m/d/Y (12/31/2017)"
  },
  {
    "format": "m/d/Y h:i A",
    "momentFormat": "MM/DD/YYYY h:mm A",
    "calendarFormat": "LL/dd/yyyy h:mm a",
    "title": "m/d/Y h:i A (12/31/2017 11:30 pm)"
  },
  {
    "format": "m/d/Y H:i",
    "momentFormat": "MM/DD/YYYY HH:mm",
    "calendarFormat": "LL/dd/yyyy HH:mm",
    "title": "m/d/Y H:i (12/31/2017 23:30)"
  },
  {
    "format": "d/m/Y",
    "momentFormat": "DD/MM/YYYY",
    "calendarFormat": "dd/LL/yyyy",
    "title": "d/m/Y (31/12/2017)"
  },
  {
    "format": "d/m/Y h:i A",
    "momentFormat": "DD/MM/YYYY h:mm A",
    "calendarFormat": "dd/LL/yyyy h:mm a",
    "title": "d/m/Y h:i A (31/12/2017 11:30 pm)"
  },
  {
    "format": "d/m/Y H:i",
    "momentFormat": "DD/MM/YYYY HH:mm",
    "calendarFormat": "dd/LL/yyyy HH:mm",
    "title": "d/m/Y H:i (31/12/2017 23:30)"
  },
  {
    "format": "Y/m/d",
    "momentFormat": "YYYY/MM/DD",
    "calendarFormat": "yyyy/LL/dd",
    "title": "Y/m/d (2017/12/31)"
  },
  {
    "format": "Y/m/d H:i",
    "momentFormat": "YYYY/MM/DD HH:mm",
    "calendarFormat": "yyyy/LL/dd HH:mm",
    "title": "Y/m/d H:i (2017/12/31 23:30)"
  },
  {
    "format": "d.m.Y H:i",
    "momentFormat": "DD.MM.YYYY HH:mm",
    "calendarFormat": "dd.LL.yyyy HH:mm",
    "title": "d.m.Y H:i (31.12.2017 23:30)"
  },
  {
    "format": "Y-m-d H:i",
    "momentFormat": "YYYY-MM-DD HH:mm",
    "calendarFormat": "yyyy-LL-dd HH:mm",
    "title": "Y-m-d H:i (2017-12-31 23:30)"
  }
]
