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

learn more… | top users | synonyms

2
votes
0answers
42 views

DateTimePicker not using custom format string

I am using a WinForms DateTimePicker control with a custom formatting applied to it: this.dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePicker.CustomFormat = ...
0
votes
0answers
21 views

Hide/Disable Weekends from Kendo UI dateTimepicker

I am using kendo DateTimePicker and just don't want user to select from Weekends. I have tried assigning MonthTemplate() aproach as follows: @(Html.Kendo().DateTimePickerFor(m => Data) ...
0
votes
3answers
44 views

Two Different Datepickers in the same page

I have problem displaying two Datepickers on the same page. The one should be displayed with a hidden body like this and the other one should be a regular datepicker. To achieve the first ...
0
votes
1answer
23 views

trentrichardson datetimepicker and timepicker doesn't work

For the trentrichardson timepicker addon (http://trentrichardson.com/examples/timepicker/) for datetimepicker and timepicker, it seems to work for a limited amount of time (6 hours to a day), THEN, it ...
0
votes
0answers
34 views

Parsing a value from a DateTimePicker gives “not a valid Datetime” error

txtDOP is a DateTimePicker in ASP.NET form DateTime idop = DateTime.Parse(txtDOP.Text); The error is not a valid Datetime In local host it is running fine but in webserver it is giving error.
-2
votes
2answers
34 views

SQL Commands give error [closed]

This is my code. I need to get result in specific period. I used 3 statements and all give an error. I can't post photo with output error till I get 10 vote DateTime d = ...
1
vote
2answers
79 views

.Net get DateTimeFormat “G”

I want to use DataGridView to display a date and a DateTimePicker to implement a filter. I want both of them to display the date time in the "G" formatted Standard Date and Time Format. Ideally, I ...
0
votes
1answer
31 views

bootstrap datetimepicker event stoppropogation not working

I am using this code: <script type="text/javascript"> $(function() { var picker= $('#timepicker').datetimepicker({ pickDate: false, pickSeconds: false, minView: ...
0
votes
0answers
20 views

TimePicker not updating from user input

I've an app that uses a custom dateTime Picker. when the user selects a time and clicks the SET button, it gets the time set on the spinner. My app checks the time and if it's not suitable based on ...
1
vote
1answer
47 views

get the value of bootstrap-Datetimepicker in javascript

I need to get the value of Datetimepicker in my java-script function , i made something like this but it didn't work : $("#date").click( function(){ ...
0
votes
0answers
34 views

bootstrap date/time picker not working well in modal

am using this bootsrap date/time picker and i seem to have problems when using it within a modal. every time i click the date icon to pick date, it resets all the form elements.has anyone come across ...
0
votes
2answers
56 views

how to use datetime picker to reterive data from ms access database

I am creating one application in C# in which i am using datetimepicker control.I have created one database in MS Access which contain one table with Date_Entry,Emp_No,Emp_Name,In_Time,Out_Time fields. ...
0
votes
0answers
33 views

Bootstrap-datetimepicker-rails

I am trying to make bootstrap-datetimepicker-rails work but I'm having issues. I followed the instructions on https://github.com/lubieniebieski/bootstrap-datetimepicker-rails However, when I try to ...
0
votes
1answer
71 views

HTML/JS Bootstrap Datetimepicker change format base on js event

I am working with the datetimepicker using bootstrap, it is okie for me to create the datetimepicker with difference format startPicker = $('#datetimepickerstart').datetimepicker({ format: ...
1
vote
1answer
33 views

datetime picker background showing messy

I create Datetimepicker for Dateofbirth. so i use following jquery code, My code is $("#DOB").datepicker({ dateFormat: "yy-mm-dd", changeMonth: true, changeYear: true, yearRange: ...
1
vote
2answers
43 views

Datetime picker how to show all year

I am using jquery datetime picker. But it shows year from 2003 to 2023. I want it should show from before some 19 type of years. How will change this? I put screenshot, Please any suggestions?
-3
votes
1answer
64 views

C#, Datagridview, SQL Server [closed]

I have a SQL Server database with a table called Purchase. In my Windows Form, I have 2 DataGridview (DataGridView1, DataGridView2). DataGridView1 is bound to the Purchase table and it shows all of ...
0
votes
1answer
23 views

Calculate a Future Date in Memory in WinForms

I have a Date in DateTimePicker I want to add say x no of days and then compare it with todays date in an if statement Please Help me in Calculating the Date i.e how to add no of days to a Date ...
0
votes
0answers
80 views

Change value of DateTimePicker

I'm having problem to change the displayed value of my DateTimePicker object in C# Winforms I'm trying to change the date in the DateTimePicker according to the value, but the display won't change. ...
0
votes
1answer
33 views

save time with the desired date

below is my html code <MKB:TimeSelector ID="TimeFrom" runat="server" DisplaySeconds="False"> </MKB:TimeSelector> and a text box which is ...
0
votes
2answers
65 views

Default time in kendo datetime picker

As we know that we set the default start day of the week for calendar in kendo date time picker, is there any way we can set the default time in kendo date time picker? If we use value: new Date() ...
0
votes
1answer
43 views

How to get a reference to the bootstrap datetime picker

I've been trying to use the datepicker here... http://tarruda.github.io/bootstrap-datetimepicker/ It has code examples showing how to program the API. e.g. var picker = ...
1
vote
3answers
109 views

Difference between “DateTime?” and “DateTime”. (trying to get value from datepicker)

I'm quite new to WPF and C# so don't blame me for asking this maybe silly question. I have my WPF app with two datepickers. I want to get the DateTime out of them when it changes and to use it as my ...
0
votes
2answers
55 views

DateTime picker in Ruby on Rails

I want to add a datetime picker on my RoR app. I add: 1. jquery-ui-timepicker-addon.js file in "assest/javascripts", 2. jquery-ui-timepicker-addon.css in "assest/stylesheets". In .erb file, I add ...
1
vote
1answer
62 views

Trent Richardson Datetime Picker doesn't work extended function .datetimepicker()

I think my problem is simple and perhaps not directly related to the component of Richardson. TypeError: $ (...). DateTimePicker is not a function jsFiddle: http://jsfiddle.net/bassvix/NUA6v/ Was ...
0
votes
1answer
305 views

Retrieve data from access database to data grid view in vb.net

I try to read a data from access database with specific date to datagrid view in VB.NET. I use a datetime picker for that. Below code i used for retreive data. But i press the find button. nothing ...
0
votes
0answers
75 views

How do I change the output format of datetimepicker of Struts 2?

I implemented the datetimepicker using the <sx:datetimepicker> tag and was able to change the display format. But now, I'm not able to change the format of the date that it outputs to the ...
0
votes
1answer
39 views

How to Convert Datetime Picker value to Datetime in ruby on rails

i have datepicker in UI i want to convert datepicker value to time in ruby on rails but it reverse the month and date that is the reason i have an issue please help me to solve this issue example ...
0
votes
1answer
34 views

Why are the key elements of the anytime jQuery plugin blending in with the background/invisiblized?

The anytime jQuery plugin has its key elements (current month, day, year, hour, etc.) "blanked out" as shown below. Why, but more importantly, how to put some starch back into those key elements? ...
0
votes
0answers
50 views

Jquery DateTimePicker onSelect function not triggering

I read multiple items about troubles with the datetimepicker onSelect event using Jquery but can't find out why it isn't working for me. I have a MVC application generating a table with items. Each ...
2
votes
2answers
57 views

Unable to getDateTime() from DateTimePicker

I am using DateTimePicker to Select Date and Time and when I press the ok button getting Date time by using getDateTime() and assigning it to Calender object(selectedDate). I want to display the Time ...
0
votes
2answers
52 views

String was no recognized as a valid Date TIme Error in Desktop Application

I have developed an application which is compatible with .net Framework 3.5 to run the build of it in other applications also. The O. S. of built application is Windows 7. And when I run the build ...
0
votes
0answers
56 views

JQuery datetime picker fail to respond in the second attempt

This might be quite trivial to an experts, Yet I don't have an idea on where to start looking. So some tips of expertise will be highly appreciated. I'm using this jquery datetime picker add on. I'm ...
0
votes
7answers
101 views

Unable to cast object of type 'System.DateTime' to type 'System.String'

Getting an error that has me stumped. I'm assuming it's something simple but can't seem to figure this one out, this is the code that is causing the error: if ((string) _nullableDateTimePicker1.Value ...
2
votes
4answers
121 views

Read only to datetime picker textbox

I'm using Telerik DateTimePicker . Here is my code , <telerik:RadDatePicker runat="server" ID="datePicker" Width="150px" > </telerik:RadDatePicker> I want to set datePicker's TextBox ...
0
votes
1answer
96 views

twitter bootstrap datetimepicker not returning correct UTC Datetime by getDate function

I am using the latest bootstrap datetimepicker downloaded from here however facing issue in getting correct UTC datetime when using the API. var dateTimePicker = ...
0
votes
1answer
81 views

JQuery datetimepicker change min/maxDate results in infinite loop

Hy all, I'm using the datetimepicker from http://trentrichardson.com/examples/timepicker/ The problem is that i've got an start and end input field. I don't want that an user can pick an end ...
0
votes
0answers
138 views

Can't open datetime picker in angular app

I wanted to use http://www.malot.fr/bootstrap-datetimepicker/ in my angular app. So in the head tag I included <link rel="stylesheet" type="text/css" href="{{ asset('bootstrap.min.css') }}"/> ...
0
votes
1answer
156 views

Keep jQuery datetimepicker open

Let me share my exact scenario. I have two inputs <input type="text" id="dt1" readonly="readonly" /> <input type="text" id="dt2" readonly="readonly" /> I have set datepicker like below ...
0
votes
0answers
142 views

Difference between .Value and .Text of a DateTimePicker - VB.NET

I'd created a small piese of software which is used to calculate some information based on the users' birthdates. One of them is the number of days alive. Basically, i used DateDiff function in VB.NET ...
1
vote
1answer
49 views

how to validate time in raddatetimepicker?

Thank you for viewing my post. I have a telerik raddatetimepicker integrated within my project. I have a validation control to ensure the end user selects a date. However, how can I validate that the ...
0
votes
0answers
50 views

Datetimepicker addon slider doesn't slide

I am using TrenTrichardson datetimpicker addon in jquery. datetimepicker({ numberOfMonths: 2, minDate: min, maxDate: max, ...
2
votes
2answers
66 views

Stop DispatcherTimer when Method has started

I'm still learning C# and I need some help here. I have a dispatchtimer that checks every second if datetime has initialized. It works but the problem is that it continues to do same thing until ...
0
votes
1answer
75 views

I can't start method when using DateTime

I have some problem with my code... I can't see the messagebox when the datetime is initialized. What is wrong with the code? I can't find any errors at all. I'm using a WPF modified application that ...
0
votes
2answers
78 views

How to read from string?

I'm trying to learn how to schedule pictures depending on what time a user has selected. Here is code with questions: private void startjob() { string theDate = ...
-1
votes
1answer
45 views

How to export Datetimepicker info to the datetime?

I'm creating a application that is scheduling pictures from user specified time/date to time/date. How do I export the info from the DatetimePicker to the Datetime method? And start all work from ...
-1
votes
2answers
881 views

How to create DateTimePicker in Razor MVC4? [closed]

I am creating a web-based task scheduling application using QUARTZ.NET and RAZOR(MVC4). For more details Click Here as given bellow Please give me some code or any reference to implement ...
0
votes
1answer
147 views

timezone abbreviation datetimepicker jquery

i am trying create a datetimepicker that has to display date something like below had used trntrichardson plugin to use datetimepicker. Tue, 2 Apr 2013 12:00 AM IST i had the following code in which ...
0
votes
0answers
63 views

Datetimepicker can't appear in the mobile device

I had made the program for mobile, but before deploy it, I try it via browser (localhost) and virtual in eclipse, it works well. In the mobile device where I deploy it, when the box is clicked, the ...
0
votes
2answers
321 views

DateTimePicker WinForm: Set value when validating updates value incorrectly

I have a problem with DateTimePicker, which was quite easy to reproduce, and feels like a bug in the control itself, but I wanted to make sure I'm not misinterpreting anything. First, code for this ...

1 2 3 4 5 13