Docs
API
  • today

    String

    Localization today text.

    Example

    
    var grid = new FancyGrid({
      title: 'Localization - German',
      lang: {
        loadingText: 'Lade Daten ...',
        thousandSeparator: '.',
        sourceText: 'Quelle',
        paging: {
          of: 'von [0]',
          info: 'Zeilen [0] - [1] von [2]',
          page: 'Seite'
        },
        date: {
          today: 'Heute'
        }
      }
      ...
    });