This is a migrated thread and some comments may be shown as answers.

Remove the Time Format

4 Answers 103 Views
Calendar, DateTimePicker, TimePicker and Clock
This is a migrated thread and some comments may be shown as answers.
Krish
Top achievements
Rank 1
Krish asked on 21 Nov 2018, 12:03 PM

Hi,

How to remove the time format from the footer in . can you please help me to remove this.. thanks in advance

4 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 21 Nov 2018, 01:15 PM
Hello Krish,

You can use the following code for this:
radDateTimePicker2.DateTimePickerElement.Calendar.CalendarElement.CalendarStatusElement.LabelElement.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

I hope this will be useful.

Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Krish
Top achievements
Rank 1
answered on 21 Nov 2018, 01:49 PM

Hi Dimitar

    Thank you so much. but am only using the rad calendar control. here am not able to give the condition like this. is there any other possibility to remove the time from status bar footer control. I attach the image for your reference.

Thank You in advance

 

0
Dimitar
Telerik team
answered on 21 Nov 2018, 02:29 PM
Hi Krish,

The code is similar:
radCalendar1.CalendarElement.CalendarStatusElement.LabelElement.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Krish
Top achievements
Rank 1
answered on 22 Nov 2018, 10:47 AM

Hi Dimitar,

Thank you so much for this code is working good...

Tags
Calendar, DateTimePicker, TimePicker and Clock
Asked by
Krish
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Krish
Top achievements
Rank 1
Share this question
or