We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be possible to add some other attributes of fullCalendar to p-schedule ?
Having :
would be great.
dayNames and monthNames are mandatory to use the schedule in languages other than English.
The text was updated successfully, but these errors were encountered:
I've grouped all localized keys under locale object;
<p-schedule [events]="events" [locale]="es"></p-schedule>
export class MyModel { es: any; ngOnInit() { this.es = { monthNames: ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'] }; } }
Sorry, something went wrong.
9d0b475
Fixed #184
5cbb9b8
Subnet UI (Issue primefaces#184) (primefaces#196)
d26947a
* Create a Subnets page in Organization Management (Settings) primefaces#184
cagataycivici
No branches or pull requests
Would it be possible to add some other attributes of fullCalendar to p-schedule ?
Having :
would be great.
dayNames and monthNames are mandatory to use the schedule in languages other than English.
The text was updated successfully, but these errors were encountered: