Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Calendar does not allow to set default configuration about monthsNames and weekdays #1208

@lquintana

Description

@lquintana
/**
 * possible and momentary solution
 * @weekdays = []
 * @monthNames = [] 
 */
ch.Calendar.prototype._defaults = {
        'monthsNames': monthsNames,
        'weekdays': weekdays,
        'format': 'DD/MM/YYYY'
};

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions