Skip to content

How to edit the Time label? #199

Answered by vkurko
jonathangoncalves asked this question in Q&A
Discussion options

You must be logged in to vote

This should output TEXT instead of time:

eventTimeFormat: function (info) {
    return 'TEXT';
},

But in this case you need to format the time yourself from info.start and info.end.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jonathangoncalves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants