Click here to Skip to main content
15,921,548 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: selecting a data in flexgrid Pin
superwinsock30-Mar-04 1:15
superwinsock30-Mar-04 1:15 
GeneralRe: selecting a data in flexgrid Pin
GaryKoh30-Mar-04 2:11
GaryKoh30-Mar-04 2:11 
GeneralRe: selecting a data in flexgrid Pin
superwinsock30-Mar-04 3:12
superwinsock30-Mar-04 3:12 
GeneralRe: selecting a data in flexgrid Pin
GaryKoh31-Mar-04 16:17
GaryKoh31-Mar-04 16:17 
Questiondoable in .net? Pin
KamWaf29-Mar-04 5:31
KamWaf29-Mar-04 5:31 
AnswerRe: doable in .net? Pin
Zlosk29-Mar-04 6:03
Zlosk29-Mar-04 6:03 
GeneralRe: doable in .net? Pin
KamWaf29-Mar-04 7:32
KamWaf29-Mar-04 7:32 
GeneralVB6 date vs SQL Server date Pin
gpa200029-Mar-04 2:13
gpa200029-Mar-04 2:13 
To simplify date conversion i was adviced to use to integer converted dates i.s.o. the datetime type.
Now i have the integer 37954 which resembles 01-12-2003 (dd-mm-yyyy)

select cast(37954 as datetime) as startdate

But VB6 thinks it is 29-11-2003

?Format(37954, "dd-mm-yyyy")

How is this possible? What am i doing wrong?

Grtz,
Guus
GeneralRe: VB6 date vs SQL Server date Pin
Anonymous29-Mar-04 7:47
Anonymous29-Mar-04 7:47 
GeneralRe: VB6 date vs SQL Server date Pin
Guerven30-Mar-04 1:44
Guerven30-Mar-04 1:44 
GeneralRe: VB6 date vs SQL Server date Pin
gpa200030-Mar-04 12:33
gpa200030-Mar-04 12:33 
GeneralRe: VB6 date vs SQL Server date Pin
jonathan151-Apr-04 3:28
jonathan151-Apr-04 3:28 
GeneralFTP address decode from packet Pin
Anoop Kumar28-Mar-04 23:59
Anoop Kumar28-Mar-04 23:59 
GeneralReverse engineering Pin
Emma S28-Mar-04 22:18
Emma S28-Mar-04 22:18 
GeneralRe: Reverse engineering Pin
Colin Angus Mackay29-Mar-04 0:06
Colin Angus Mackay29-Mar-04 0:06 
GeneralRe: Reverse engineering Pin
Dave Kreskowiak29-Mar-04 1:52
mveDave Kreskowiak29-Mar-04 1:52 
GeneralCustom Control UI Pin
Guerven28-Mar-04 22:14
Guerven28-Mar-04 22:14 
GeneralRe: Custom Control UI Pin
Dave Kreskowiak29-Mar-04 2:05
mveDave Kreskowiak29-Mar-04 2:05 
GeneralRe: Custom Control UI Pin
Guerven30-Mar-04 1:40
Guerven30-Mar-04 1:40 
GeneralBinding Objects Pin
ibok2328-Mar-04 16:02
ibok2328-Mar-04 16:02 
GeneralRe: Binding Objects Pin
Randy S28-Mar-04 16:12
Randy S28-Mar-04 16:12 
GeneralRe: Binding Objects Pin
Guerven28-Mar-04 22:29
Guerven28-Mar-04 22:29 
GeneralRe: Binding Objects Pin
ibok2329-Mar-04 4:23
ibok2329-Mar-04 4:23 
GeneralRe: Binding Objects Pin
Randy S29-Mar-04 7:44
Randy S29-Mar-04 7:44 
GeneralRe: Binding Objects Pin
ibok2329-Mar-04 8:14
ibok2329-Mar-04 8:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.