Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

142
votes
16answers
114k views

jQuery date/time 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 ...
18
votes
7answers
9k views

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 ...
15
votes
7answers
39k views

How To Use DateTimePicker In WPF?

I Am Having No Idea ..of Using DateTimePicker In WPF. It is Not Available in the Toolbox also. Can Any body help ?
6
votes
5answers
10k views

DateTimePicker Null Value (.NET)

What's the easiest/most robust way of altering the DateTimePicker control to allow the user to enter 'null' values?
5
votes
2answers
497 views

How do you programmatically mark a date in Delphi's TDateTimePicker's calendar?

When users click a DateTimePicker, set to drop down a calendar, I would like various dates (chosen via code I create) to highlighted in some way--colored background, bold font, colored font, it ...
5
votes
2answers
2k views

GWT Date Time Component

Is there a GWT Date Time Component? Note: I am already making use of the Date - Calendar component. I want to have time as an additional input.
5
votes
3answers
13k views

What is currently the best, free time picker for WPF?

I'm looking for a simple time picker control for WPF. I've found found this one: http://marlongrech.wordpress.com/2007/11/18/time-picker/ but it has some issues e.g. you can't type in "00" into ...
5
votes
3answers
841 views

How can I handle a windows forms datetimepicker ArgumentOutOfRangeException?

I've run into a very specific bug with the DateTimePicker control in Windows Forms. The control has a custom format (MM-YYYY -> 01/2010) - the month/year of a credit card. Today is the 29th of ...
4
votes
1answer
471 views

Objective C: Can the Countdown timer Picker be used as a hour/min picker?

I was wondering if I can directly use the standard countdown picker as an hour/min picker e.g. user can select the number of hours and minutes as parking duration etc... Basically I want the to use ...
4
votes
3answers
504 views

WinForm DateTimePicker blues. Is it me?

I want to be able to accept a NULL date using the DateTimePicker control. The "Checked" property appears to be intended to specify whether the control "holds a date" or now. However, when ...
4
votes
3answers
228 views

How can I capture when time changes in a TimePicker if the “Soft” Keyboard is being used?

Continuing with the question referred in the following link: [How can I capture when time changes in a TimePicker if the keyboard is being used?][1] [1]: ...
4
votes
8answers
1k views

DateTime convert to Date and then back to DateTime in C#

I use this to convert DateTime value into Date and then I add 00:00:00 and 23:59:59 to make sure whole day is taken into consideration when counting stuff. I'm pretty sure it's wrong way of doing ...
4
votes
3answers
2k views

How do I disable some dates on a DateTimePicker control?

I was wondering is it possible to disable selected dates in a DateTimePicker, so that user cannot select them. i know its possible in web forms but in windows forms im unable to do this.how can i ...
3
votes
2answers
103 views

.net How to show time in correct format?

I have a VSTO Outlook add-in. This add-in shows winforms window with DateTimePicker contorl, it is used to choose time of day. I want to set time format similar to current Windows time format (like in ...
3
votes
3answers
383 views

ASP.NET MVC3: Validating Date Times and Custom Validation messages

How would I prevent users typing into a datetimepicker (text field), but allow them to use the datetimepicker. How can I validate that one date is AFTER another, and display it inline (and prevent ...
3
votes
3answers
140 views

Linq-to-SQL date format: query does not work

I have a stored procedure when I am executing this query in SQL Server exec SelectOfficeNameGroup '2011-10-05', '2011-11-09', '' it returns 110 rows. Now I have two datepicker on my c# 3.5 form ...
3
votes
1answer
331 views

How to save date in Excel in date format

I am working on the winforms. I want to save the date from datetimepicker in (dd/mm/yyyy ) format to the EXCEL sheet. I managed to save date as 10/10/2010 in one of the cells of excel sheet. But ...
3
votes
2answers
2k views

Is there a extjs based datetimepicker?

Is there a extjs based datetimepicker? I want user can select date and time together.
3
votes
5answers
2k views

DateTime Picker In WinForm How To Pick Time?

I'm using a WinForm DateTime picker and it does a fantastic job of choosing dates, but I don't know how to do times. It looks like a time is associated with the value, so maybe there's a way to use ...
3
votes
1answer
692 views

This is an invalid webresource request. javascript datetimepicker

Hi I have a datetimepicker for one of the textbox control see below the code <script src="../client-scripts/date-picker.js" type="text/javascript"> "<td class="datafieldTBL" ...
3
votes
3answers
3k views

BlackBerry - Creating custom Date Field

i want to create a field that looks like this ....can any one tell me how this could be done which field could i use where in i can select values by using the trackball/wheel or in case of storm i ...
3
votes
5answers
2k views

DateTimePicker Default value: How to avoid it?

Facts: I have a TabControl with 2 Tabs, Each tab has 2 DateTimePicker. In the Load event, I set the value of all the DTPs. All DTPs have ShowCheckBoxes set on true AND Checked set on false. When I ...
3
votes
9answers
41k views

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 ...
3
votes
4answers
9k views

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 ...
3
votes
4answers
2k views

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 ...
2
votes
1answer
35 views

Need direction on writing custom datetime formatting in VB6

I have a string: A -DDD HH:MM:SS and currently trying to write a function that will take in this string and also the format to convert it to. For example, say I wanted to display just the HH:MM ss ...
2
votes
2answers
45 views

Prevent timepicker addon from opening calendar

I asked the following in an old question: I'm using the timepicker plugin for jquery. once users selected a date+time and click on the "Done" button, which basically just closes the dialog, i want ...
2
votes
1answer
155 views

DateTimePicker's funny issues

I have some funny (?!?) issues with the DateTimePicker and hopefully someone can help me out. I have a form with a DateTimePicker on it and I want to bind it to a property of a custom class. ...
2
votes
5answers
111 views

Limiting the dates within a C# win form DateTimePicker

Is it possible to limit which dates a user can select from a dateTimePicker on a C# winforms application? The basic principle for me is this: I have a comboBox with 5 items in it, based on which item ...
2
votes
1answer
69 views

how to get DateTimePicker checkstate value of DataGridView?

I have a DataGridview in which there is a DataTimePickerColumn, and it's DateTimePickerCell contain checkstate. How do I get the checkstate value after editing the checkstate?
2
votes
2answers
109 views

Date Time Picker - Setting Opening Date and Time

I'm using this nifty little date and time picker [ http://trentrichardson.com/examples/timepicker/ ]. How can I set the date and time for when the picker opens?
2
votes
3answers
118 views

Need to add days to a date, but exclude certain days from a calendar

Working in Visual Studio with C#. I'm making a piece of software for a small office that captures lawsuits. Once a lawsuit is captured, the office has 15 days to send some documents to the tribunal. ...
2
votes
2answers
221 views

Milliseconds value in a .NET DateTimePicker

I assumed that if "fff" works in DateTime.ToString then it would work in the custom format string for a DateTimePicker, but it appears this is not the case. I understand that there may not be an ...
2
votes
1answer
127 views

VB6 .frm File Format property changing for no reason!

We (our company) have been noticing that between check-in's of code to our repository from different users/machines the Format property inside a VB6 form file keep changing, even though we've not ...
2
votes
1answer
281 views

How to format the DateTimePicker into hh:mm:ss and What is the appropriate type to save time in mysql?

I want to save the time in the format hh:mm:ss from the DateTimePicker to MySQL database, How to format the DateTimePicker into hh:mm:ss only without date and What is the appropriate type to save time ...
2
votes
1answer
419 views

DateTimePicker Winforms: Move focus left arrow key

I am making one "keyboard operated application" in which the user will use only keyboard. The user will use left and right arrow keys, sometimes Up and Down arrow keys to navigate through different ...
2
votes
1answer
524 views

Jquery Datepicker Chrome

When using jQuery UI Datepicker, we encouter a problem when used in Google Chrome: when we enter a date with a day higher than 12, it does not accept it as a valid date, this is because chrome thinks ...
2
votes
1answer
596 views

C# DateTimePicker Max Date range

I am using datetimepicker which displays the date(which is retrieved from the database). I have run my application on a few machines and I have found that on Windows XP SP2, the max date that can be ...
2
votes
1answer
126 views

How can i make some of the dates as non selectable in DateTimePicker

I would like to disable some date as non-selectable date from a DateTimePicker control in winforms. The dates will be U.S holidays of every year and sunday's too. I am not using any data base for my ...
2
votes
1answer
256 views

Good alternative to .net DateTimePicker?

I can't really explain why exactly, but I really hate the .net DateTimePicker control built into C#.net and VB.net. Is anyone aware of a good alternative to either of these controls which is freely ...
2
votes
1answer
349 views

WPF4 DatePicker - adding time

Now that there is an official MS DatePicker in WPF4, I was wondering if there was a way to let it edit the Time part of a DateTime as well. I can't see anything, but it seems rather obvious to have ...
2
votes
3answers
184 views

Best aproach for working with Time in WinForms?

I'm trying to make a field where user will enter amount of time per day he/she spent on a project per day. It can be from 30 minutes to 8 hours. Is DateTimePicker with CustomFormat hh:mm best choice ...
2
votes
2answers
615 views

DateTimePicker automatically move to next datepart

Currently, when using the datetimepicker, after you enter the month you have to either hit the right arrow or the "/" for it to move to the day. Is there a property that I can set or a way to know ...
2
votes
3answers
914 views

How to set alarm using UIDatePicker?

I am developing an alarm clock application in iphone. I am not able to find how to set alarm which will trigger even if the app is not running. Please suggest me some code or tutorial to do it. ...
2
votes
2answers
732 views

DateTimePicker Alignment in Delphi 7

My problem is following: I need to align text inside DateTimePicker component to center. This component however doesn't have Alignment property. This component comes from TCommonCalendar, which also ...
2
votes
7answers
4k views

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 ...
1
vote
3answers
16 views

Selecting Multiple dates in a DateTimePicker in vb.net?

Is there anyway i can select multiple dates in a Date Time Picker in Vb.net?
1
vote
1answer
49 views

Jquery function cannot be found

I've been having problems with Jquery Datetime picker. The slider wouldn't work on touch devices. Luckily the solution has since been found and Implemented But updating the Jquery datetimepicker ...
1
vote
1answer
31 views

Change the week start day on DTPicker

Is it possible to change the Day of the Week that the DTPicker control uses for the first day of the week 'on the fly'? I know that it uses the system first day of the week (as defined in control ...
1
vote
1answer
40 views

Textbox gets back focus upon timepicker close

I'm using the timepicker plugin for jquery. Once users selected a date+time and click on the "Done" button, which basically just closes the dialog, I want the textbox where datetime is set to gain ...

1 2 3 4 5 6