vote up 0 vote down star

I am using the Ajax Control Toolkit Calendar Extender control. In some fields though I want to display the time along with the date. I have tried just setting the Format to "dd/MM/yyyy hh:mm:ss" but the time section gets wiped off. If the user wants to change the time section they can do it manually, the calendar drop down is only used for changing the date part.

Are there any workarounds or alternatives to get this working?

flag

37% accept rate

2 Answers

vote up 2 vote down

The Ra-Ajax Calendar is coming out with TIME support this upcoming Friday (28th of Nov. 2008) and it's LGPL licensed...

link|flag
Do you know where to find a sample with TIME support? – John M Sep 16 at 19:07
I don't know we have an example if it, but you could use the Ra DateTimePicket which exists in the same projects as the Calendar. – Thomas Hansen Sep 18 at 5:51
vote up 2 vote down

I have a similar issue and I'm planning to use a Date field and an associated time dropdown (in 1/2 hour increments). User sets the date in the date field, optionally using the calendar control, and pulls down to a valid time. I plan to have one selection in the time drop down be a "don't care" in case it an "all day" event.

[EDIT] I found this jquery plugin that I may end up using. I also found a link to Gaia DateTimePicker in the answers to this post (which now looks to be deleted, probably because the OP was asking for WPF controls, not web controls).

link|flag
I may end up going similar route with two controls if all else fails. – Craig Nov 11 '08 at 0:46
Thanks for the tip on the jquery plugin. I was having the same problems with the ASP.NET AJAX DateTime calendar control, and looking for alternatives. – Steve W Jan 12 '09 at 15:42
The update linked is samples.gaiaware.net/Extensions/DateTimePicker/… – John M Sep 16 at 18:54
Thanks @John M -- I've updated the answer with the new link. – tvanfosson Sep 16 at 19:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.