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.
Im using CDate, but Ive found out that t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10117486.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11587978.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20096822.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20304123.html
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 ...
http://www.experts-exchange.com/Programming/Misc/Q_20608207.html
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-...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20818180.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20960822....
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
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21168847.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21182696.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21267813.htm...
Zones:
ASPDate Answered: 01/09/2005 Rating: 8.4 Views: 0