Docs
API
  • edit

    String

    Localization date edit format

    It is used if in column type is date.

    It is format of data edit field.

    Example

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