Docs
API
  • write

    String

    Localization date write format

    It is used if in field type is date.

    Example

    
    new FancyForm({
      title: 'Localization - French',
      lang: {
        date: {
          read: 'd/m/Y',
          write: 'd/m/Y',
          edit: 'd/m/Y',
        ...
      },
      ...
    });