A
AGP
VB2005
I'm trying to understand the Date variable that i use in one of forms. The
user can input a date/time into a textbox and no matter how they write it,
the variable is understood to be in Zulu. The pronme that i have right now
is that if the user inputs the time as "4/29/2009 11:00Z" when I pass this
variable to another function that issues a SQl the date gets translated to a
local time and the time that I really need is juts a zulu time. Not sure
that comes out right. So say the user inputs "4/29/2009 11:00Z" or
""4/29/2009 11:00" both are understood to be in zulu time and thats what i
want to pass to my function. Is there a way that i can write my fucntion to
interpret that value as zulu and only zulu time?
AGP
I'm trying to understand the Date variable that i use in one of forms. The
user can input a date/time into a textbox and no matter how they write it,
the variable is understood to be in Zulu. The pronme that i have right now
is that if the user inputs the time as "4/29/2009 11:00Z" when I pass this
variable to another function that issues a SQl the date gets translated to a
local time and the time that I really need is juts a zulu time. Not sure
that comes out right. So say the user inputs "4/29/2009 11:00Z" or
""4/29/2009 11:00" both are understood to be in zulu time and thats what i
want to pass to my function. Is there a way that i can write my fucntion to
interpret that value as zulu and only zulu time?
AGP