Top "Datetimepicker" questions

GUI component that allows the user to select a date and a time and to display the date and time with a specified format.

DateTimePicker for WPF 4.0

According to this post, there's a separate DatePicker control in .net 4. I've tried it, and I don't see a good …

c# wpf xaml datetimepicker
How to change format (e.g. dd/MMM/yyyy) of DateTimePicker in WPF application

I want to Change the Format of date selected in DateTimePicker in WPF Application

.net wpf datetime datetimepicker datetime-format
Remove timezone from a moment.js object

I'm using datetimepicker.js and its date function returns a moment.js object. It does so with the local UTC …

javascript datetimepicker momentjs
How can I display a DateTimePicker in a DataGridView?

Is there any way to put a DateTimePicker control in the DataGridView? I checked all the possible properties but it …

.net vb.net winforms datagridview datetimepicker
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 …

java swing datepicker datetimepicker
How to change/set DateTimePicker value

I am trying to set / change the DateTimePicker value (using vb.net) but can't work out how to do it. …

vb.net datetimepicker
DateTime Picker In WinForm How To Pick Time?

Possible Duplicate: DateTimePicker: pick both date and time I'm using a WinForm DateTime picker and it does a fantastic job …

c# winforms datetimepicker
How to set the current time in a DateTimePicker

I am trying to set the current time to a DateTimePicker (with Format Time) like this.myDateTimePicker.Value = DateTime.Now; …

c# winforms datetimepicker
What is currently the best, free time picker for WPF?

I'm looking for a simple time picker control for WPF. I've found this one: http://marlongrech.wordpress.com/2007/11/18/time-picker/ but …

c# wpf datetimepicker timepicker
how to set jquery datetimepicker mindate is tomorrow

My jquery code: $('#DatePicker').datetimepicker({ timepicker : false, format : 'd.m.Y', minDate : 0 }); In this jquery i am using datetimepicker …

jquery html datetimepicker