Docs
API
  • months

    Array

    Localization months text.

    Example

    
    new FancyForm({
      title: 'Localization - Danish',
      lang: {
        ...
        date: {
          months: ['januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december']
        }
      }
      ...
    });