Hi,
I tried to modify the custom appointment template and used one off of the KB's on Telerik's website. The template is
I am using a timeoffset of -5.00 and everything else on the calendar works fine except for this. The times are shows in UTC and not adjusted for selected timezone. So basically I got an appointment showing in the calendar at 8:00am but the apppointment template says 4:00pm as start.
Regards,
Mans.
I tried to modify the custom appointment template and used one off of the KB's on Telerik's website. The template is
<AppointmentTemplate>
(
<asp:Literal ID="AppointmentStartTime" runat="server" Text='<%# Eval("Start", "{0:t}") %>'></asp:Literal>
-
<asp:Literal ID="AppoitmentEndTime" runat="server" Text='<%# Eval("End", "{0:t}") %>'></asp:Literal>)
<asp:Literal ID="AppointmentSubject" runat="server" Text='<%# Eval("Subject") %>'></asp:Literal>
</AppointmentTemplate>
I am using a timeoffset of -5.00 and everything else on the calendar works fine except for this. The times are shows in UTC and not adjusted for selected timezone. So basically I got an appointment showing in the calendar at 8:00am but the apppointment template says 4:00pm as start.
Regards,
Mans.