datetimepicker

  1. Marie-Andree

    calculate timespan (days) between 2 dates from timepicker in a class

    Hello, I am trying to pass 2 variables check in date and check out date from 2 different date time picker on a form. The goal is two calculate the number of day between the 2 dates. Here is what I have so far: From the form: Public Class FormReservations 'Declare the new objects: Private...
  2. D

    Question DateTimePicker works only for date> 12 .... please help

    Hi, I need your help, because the whole of today I just spent to find the solution but still can't get properly. It works well for the date >12 only My purpose is to import excel file into Datagridview with a selection on date field before upload My Excel file just consists of 3 columns...
  3. tonifirnandes

    Question Date Time Picker on DataGridView Column

    Hello dear all the best programmer, i am so sorry for disturbing but i need help from you all seriously, i am newbie in vb.net so i get problem in a task that i am sure you can solve it, and hopely you would like to help me to solve it, my problem is how to put datetimepicker on some column for...
  4. Sparrow

    Question XML DataBase filter by date

    Hi, I am working on a sms agent that dumps the message into a sql database and has another agent cheking it and then sending the sms. I have put in a history view and the option to filter it with 2 datetimepicker but it doesn't seem to work. It just displays everything blank if I try to filter...
  5. S

    Formatting date time to print

    I have a listview that displays date and time from a range that is set from combo boxes: "Start Date" and "End Date". Then I am printing a block that display Cycle time. This cycle time is coming from "Start Date" and "End Date". I want to change the format of the item displayed in list view...
  6. D

    Question Datetimepicker Time value comparison

    Hi, im trying to compare time value of to two datetimepickers, i tried to use dt_Start.Value.TimeOfDay > dt_End.Value.TimeOfDay but it doesn't work. btw, i trying to make a scheduler. here are some of my codes: Dim strUpdate As String If dt_Start.Value.Date > dt_End.Value.Date Then...
  7. Bangus

    Question search date of birth between two date time picker

    hello there, I'm actually creating an HR System for my thesis. I'm using VS.Net 2003 with MS-Access Database. I have these table as tblemployee, where all the employees profile saved. I'm done with searching by ID #, Last-First-Middle Name, my main problem is that I want to search all employees...
  8. anzarriyaz

    How to display a date before three months using date time picker from access database

    Hi experts, I'm a student currently doing a final year project named blood banking system. I'm using vb.net and ms access as the back-end. I have a doubt in date time picker control. I added a field named dlast in my access database. If search for a new donor in the database the result will...
  9. N

    Question Visual Basic Datetimepicker issue

    This function is supposed to alert the user if there is an attempt to change the date to another date (other than Today). When the user clicks Yes in the Messagebox another message box pops up to let the user know that date is changed and the new date chosen is displayed on the datetimepicker...
  10. V

    Problem using DateTimePicker control

    Hi I am using a DateTimePicker control in my vb.NET application. The date can be entered by the user in runtime instead of selecting when I do not set it to custom mode. But I want set it in custom mode as DD/MM/YY instead of the default MM/DD/YY format. When I do so the date can only be...
Back
Top