datetimepicker

DateTimePicker Control

I am searching for a DateTimePicker control which can be used as a textbox so user can enter date/time data at will (ie; type in the string "11/09/2008 12:30:00") or can select date/time from a drop down list that contains a calendar/time box (what i meant is that this control can provide both options as mentioned). If you have found suc...

DateTimePicker Null Value (.NET)

What's the easiest/most robust way of altering the DateTimePicker control to allow the user to enter 'null' values? ...

NETCF DateTimePicker control problem running on hardware

I have been developing a compact framework app on an emulator, and some of the forms use DateTimePickers. These work fine in the emulator, but when running on the hardware they cause the form to close when a date is selected. No exception is thrown...the form just closes unexpectedly. Has anyone experienced this or know how to fix it?...

DateTimePicker control usage in specific scenario

This question is relating to a specific functionality that a client has requested for an application I am designing. Basically, the client wants the DateTimePicker to prompt a question after the date was selected. This sounds simple, however, I am having difficulties accomplishing this simple task. If I prompt OnCloseUp - Keyboard ...

Can you turn off visual styles/theming for just a single windows control?

My Windows Forms application uses the following standard line of code so that visual styles (theming) is enabled for the entire application... Application.EnableVisualStyles(); ...which works just fine, all the controls have a themed appearance instead of the flat battleship gray that you would get otherwise. But I need to turn off vi...

How To Use DateTimePicker In WPF?

Hi Guys..I Am Having No Idea ..of Using DateTimePicker In WPF. It is Not Available in the Toolbox also. Can Any body help ? ...

how to retrieve date and time separately from the currently selected value in datetimepicker?

hi..i want to know the way to extract date and time separately from the currently selected value in datetime picker control?? ...

Is there any good and free Date AND Time Picker available for Java Swing?

Is there any good and free Date AND Time Picker available for Java Swing? There are a lot date pickers available but no date AND time picker. This is the closest I came across so far: Looking for a date AND time picker Anybody? ...

DateTimePicker on .Net Compact Framework - Is it possible to edit the year using the popup keypad?

I'm working on an windows mobile application built using c#/dotNet in visual studio. There is a form with a DateTimePicker control. I can use the popup keypad to edit the day and month but it doesn't work for the year. Has anyone else had this problem? Any way to fix it? ...

How can I make a DateTimePicker display an empty string?

I would like to be able to display a DateTimePicker that has a default value of nothing, i.e. no date. For example, I have a start date dtTaskStart and an end date dtTaskEnd for a task, but the end date is not known, and not populated initially. I have specified a custom format of yyyy-MM-dd for both controls. Setting the value to nul...

Question about SubSonic and a question about dateTimePicker control on a Windows Form

Question #1: Latest working Version I'm currently using SubSonic 2.1 built 491. Is there a later built? Where can I get it? I know 2.2 was released but it doesn't come with a Setup and I wouldn't know how to modify the App.Config/Web.Config to work with it. Question #2: Issue with dateTimePicker control on Windows Form. I keep getting ...

Javascript Time Picker like Windows

I am looking for some kind of example of a Javascript Time Picker that is similar to the one used in Windows to pick the time...well except with out the seconds being in their. I have a mockup in place at the moment but trying to figure out how some of the user functionality should be be as it is two inputs and a dropdown. I guess I just...

Date/Time Picker Jquery, Prototype, anything?

I have a date/time field that I need to have a date/time picker but it's near impossible finding one, a decent one (I have googled like wild). I tried this picker http://electronicholas.com/calendar but it's in Ruby on Rails and I do not know how to convert it. Any ideas? I run mainly jquery but I would use another lib if needed. ...

Set background of DateTimePicker.

How can I fill the background of drop down calender of a DateTimePicker with gradients? ...

jQuery Datepicker and Timepicker for same input field to popup one after another

I have a Datepicker and a Timepicker in 2 separate input fields but I need to combine the 2 fields inputs into one for a database call. Wanted to know if I could only use 1 input field for both controls? first call the datepicker and the user would click the date wanted and it would enter the value, then the timepicker would popup and a...

Remove day name from DateTimePicker

I have a DateTimePicker and it is currently displaying "Friday, June 26 2009" How would I change it so it displays "June 26 2009"? ...

C# DateTimePicker - Bolded Dates!?!?

Is it possible to set a series of bolded dates for a DateTimePicker control in a C# Windows Forms application?! Kind regards, ...

jQuery DateTime Picker

I've been looking around for a decent jQuery plugin that can handle both dates and times. The core UI DatePicker is great, but unfortunately I need to be able to take time in as well. I've found a few hacks for the DatePicker to work with times, but they all seem pretty inelegant and google isn't turning up anything nice. Do any of yo...

DateTimePicker updates the value a bit too early

I'm using a DateTimePicker (.net). Is there a way to update the value only when the calendar closes? Or is there a way to know when the calendar open/closes? The DateTimePicker is bound to an object and this object check the dates and pop a message box when needed. When the user is browsing for a date, the message box appears. I only w...

Databound DateTimePicker fires validation error

I have a databound DateTimePicker: dateDateTimePicker.DataBindings.Add(new Binding("Value", paymentBindingSource, "Date", true); paymentBindingSource.DataSource = payment; payment is Entity Framework object. payment.Date contains valid DateTime. When form is shown, dateDateTimePicker contains correct value, but an ErrorProvider is sho...