How to set Date & Time in DropDownCalendarControl

Hi,

I am using Syncfusion ver: 4.4.0.46 & VS2005. I am trying to display Date & Time in DropDownCalendarControl. For the above scenario i did:
1. Changed Format Property to "CustomString"
2. The CustomFormat is: dd/MM/yyyy hh:mm:ss
Is the above settings is enough to display Date & Time? Please let me know

4 Replies

RA Ramesh January 29, 2007 11:23 AM UTC

Using above settings i am able to displayed date but not time. Time is always displaying as 00:00:00
How to set the time? I tried to change of CultureSource property to FromServer. But no luck.


AD Administrator Syncfusion Team January 29, 2007 12:42 PM UTC


Hi Tamma,

You can able to set DropDownCalendarControl's date and time either by editing the value via keyboard or by setting the following the properties:

CustomFormat : dddd, MMMM dd, yyyy hh:mm:ss
Format : CustomString
Value : 1/29/2007 06:48:34

I have attached a sample as per your requirement. Attached sample link: http://www.syncfusion.com/Support/user/uploads/55345_3f62abd6.zip

Kindly refer the below title in our documentation :(All Programs -> Syncfusion -> Essential Studio -> Documentation)
Essential Tools/ASP.NET/BasicConcepts/Editors Package

Please let me know if this helps you and if you need further assistance.

Thanks for using Syncfusion products.

Regards,
Maheswari


RA Ramesh January 29, 2007 02:39 PM UTC

Hi,

Thank a lot, it solved my problem.


AD Administrator Syncfusion Team January 30, 2007 04:44 AM UTC


Hi Tamma,

Glad to hear that your problem has been solved.

Thanks for your interest in Syncfusion products.

Regards,
Maheswari

Loader.
Up arrow icon