Mathias
Posted
on May 18, 2012
(permalink)
Hi,
is there a way to change the time display format to 24h, or generally adjust the date time format in the time bars?
Regards,
Mathias
Reply
Evgenia
Evgenia
Posted
on May 22, 2012
(permalink)
Hi Mathias,
Currently this format is not available for RadTimeLine. The list of available interval formatters is the same as the one for RadTimeBar described
here.
Currently, you cannot specify the datetime formats that an interval uses and the only way to change these is to change the formats collection in the code of RadTimeLine. You need to use the
H format specifier in this case.
Regards,
Evgenia
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Reply
Mathias
Posted
on May 24, 2012
(permalink)
Hi Evgenia,
I'm sorry, but I don't get your point. Is there any way for me to influence the format? I haven't found a way to set or change the formatters collection of the given interval classes, and it also seems to be impossible to implement my own interval class.
Regards,
Mathias
Reply
Answer
Tsvetie
Tsvetie
Posted
on May 25, 2012
(permalink)
Hello Mathias,
In short, the only way to change the formatters or customize an interval type, is to download the source code and build your custom version of the timeline control with the necessary changes. We have had a couple of requests from customers for ability to customize the intervals of the timeline control and we already have this feature on our ToDo list. However, I cannot give you an estimate, when it will be available.
All the best,
Tsvetie
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Reply
Mathias
Posted
on May 25, 2012
(permalink)
OK, thanks.
Reply