calendar view not displaying properly

calendar view not displaying properly

Hello people

I have made a view with a display type of calendar and the first column is not
displaying all the text that is supposed to display and there is room enough to display the complete Name.
If I change the view to list type the column is displayed proper.

Here is the formula I use to display the first column:

(((((Begin.getHour())) + ":") + (Begin.getMinutes())) + " ") + Name

The result in list view
= 19:0 Manon Brouwer
= 19:0 Jan van den Braak

the result in calendar view
= 19:0 Manon
= 19:0 Jan v

As you can see the names are not complete but are chopped off.
I've also tried it alone with the fieldname Name and apart from 2 characters more, the result was still an incomplete name.

Can somebody help me to solve this mystery?
And Is it also possible to display the time with fixed zero's like
19:00

thanks zoho for giving us creator


Hans van Hal