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
Hi,
Im have different user id's on my database userID user1 => 4 user2=> 15 user3=> 19 user4=> 21
How do i implement this without using the default array format. currently week calendar only gives userID based on the array index.
userID
user1 => 0 user2=> 1 user3=> 2 user4=> 3
If you can provide a sample code, it would be greatly appreciated!
Cheers!
Neil
Thank you....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Im have different user id's on my database
userID
user1 => 4
user2=> 15
user3=> 19
user4=> 21
How do i implement this without using the default array format. currently week calendar only gives userID based on the array index.
user1 => 0
user2=> 1
user3=> 2
user4=> 3
If you can provide a sample code, it would be greatly appreciated!
Cheers!
Neil
Thank you....
The text was updated successfully, but these errors were encountered: