- Issue created by @mpractic
- πΊπΈUnited States erutan
Another way of approaching this would be to respect the existing Date format select menu in Views and have this be passed through to the module.
- π¨π¦Canada mandclu
Looking at the Date Formatting docs for FullCalendari.io I don't see a way to achieve the time format you're looking for, unless the locale formatting would create it automatically. That last idea should be easy to test, since as of the 3.0.0-beta6 release, the calendar locale should be automatically set to that of the page it's on.
As you indicate, another option would be to "pass through" formatting from the View. The FullCalendar library doesn't allow for the formatted time to be passed in, but it should be possible to rewrite the title to include the formatted date. Showing that properly in the calendar is currently blocked until π Render re-written title fields Active is resolved. We would also need to add a configuration option for displayEventTime to be passed in, which would suppress the native date display from the FullCalendar library.
- π¨π¦Canada mandclu
The ability to exclude the default time display was implemented in β¨ Provide an option to exclude time display Active and the title field rewriting was recently fixed in π Render re-written title fields Active , so the suggested fix of excluding the default time display and rewriting the title field to include a formatted time should now be possible.
- Status changed to Needs review
24 days ago 4:02pm 27 November 2024 That's right! I think this would be a good way to archieve a custom time display and there is no need for more options.
Thanks, Mandclu.