Ive been using the calendar to log hours for a timesheet page. I would like to have the text for the event to just show the name of the event instead of the start time. Right now they all are prefixed with 12a standing for 12 am when the start time of the event is automatically set to.
As you can see I would like it to just ready " 8 hrs" on each day rather than “12a 8hrs” each day.
Has anyone been able to remove or change the Start time showing as ‘12a’ in this plugin?
I noticed it also defaults to 3a, event when the start time is 3 PM - no matter the setup it seems there always an ‘a’
I noticed in other screen shots some have the event display with “start time - end time” (12:30 - 1:00) without any ‘a’ showing, anyone know how to do this at least?
@Bradluffy@pnodseth@romanmg @cm1 (<-- Hey Claudiu, I think you had the screenshot I was referring to, just can’t find it now)
To go off of what @romanmg said…
Under the Settings -> Languages look for Full Calendar - {“agenda”:“h:mm{ - h:mm}”,"":“h(:mm)”}
To remove the “a” and make it “a” or “p” use the following:
{“agenda”:“h:mmt{ - h:mmt}”,"":“h(:mm)t”}
To remove the time off the caption entirely use:
{“agenda”:"{}","":""}
@incube.co@romanmg@gf_wolfer This works for displaying the proper “a” or “p”! Thank you! Does anyone know how to display the start time-end time instead of just the start however?
Better late than never, I was looking for an answer too.
I found a way to hide it. It’s not very clean, but it works.
Add an HTML element on the page builder, set its width and height to 0 to make it invisible. Add this code to hide the class of the element (use your browser’s inspector if the class changes):