Enter Keywords:
1 - 10 of 94(0 seconds)
Sort By:
 
I have a major problem with date!!! My user inserts the date in a predefined Date format. My problem consists in converting this value to a date format. I’m using CDate, but I’ve found out that t...
Zones: Visual BasicDate Answered: 01/15/1999 Rating: 8.2 Views: 4
hello i have a really anoing problem. lets describe it ... i do some datecalculations, at the end i convert datebeginn to a double value. if i debug.print it it is 1 but if i make a if value=1 ...
Zones: Visual BasicDate Answered: 10/19/2000 Rating: 6.4 Views: 0
I'm passing a value of MaskEditBox to CDate function to get a date. The format is "yyyy/mm/dd". On some computers it works perfectly, on others I got an error message: "Could not convert character ...
Zones: Visual BasicDate Answered: 03/27/2001 Rating: 7.6 Views: 0
A perticular win98 machine crashes with my software. The "Software" runs great on 100's of other machines and operating systems. The Date calculations on this machine, crash it. CDATE returns ...
Zones: Visual BasicDate Answered: 06/07/2002 Rating: 7.8 Views: 0
my computer regional setting is in mm/dd/yyyy when a= 05/27/2003 (mm/dd/yyyy) I cdate(a) i get 27/5/2003 however when a=05/06/2003(mm/dd/yyyy) I get 06/05/2003 at times and at some times i get ...
Zones: ProgrammingDate Answered: 05/07/2003 Rating: 6.0 Views: 0
Hi I have a textbox ticketDate.text which have value "21-10-2003". I used the CDate function to conversion it :-  CDate(ticketDate.Text) but have run time error.    Cast from string "21-10-...
Zones: .NETDate Answered: 12/06/2003 Rating: 6.0 Views: 4
Does anyone know why CDate(05/08/0001) is returning me 05/08/2001...And the IsDate function returns this as a valid date as well...I need a function that will return false, because this is not a va...
Zones: VB ControlsDate Answered: 04/21/2004 Rating: 8.0 Views: 17
How do I change the AM or PM to military time? strMytime = "2:00 PM" strNewTime = Format(CDate(strMytime), "hh:mm")      ' this only changes it to 2:00 not 14:00 THANKS
Zones: MS Visual BasicDate Answered: 10/14/2004 Rating: 6.8 Views: 0
Hi all I have a serious problem with a sql-query using the CDate command on a Windows-System (german win 2000 server) using german Date Format. The Date locally cannot be changed to english shor...
Zones: ASPDate Answered: 10/26/2004 Rating: 8.6 Views: 0
I am trying to insert a date into the database for an event calendar app. and the format changes. When the day is from 1 - 12 it's format is fine 01/06/2005.  But when the day is from 13 - 31 it...
Zones: ASPDate Answered: 01/09/2005 Rating: 8.4 Views: 0