A
Andy Fish
Hi,
I have an application with a vb6 client that talks to a java server and
passes XML back and forward, and I'm wondering what's the best format to
transfer date/time values between them in an XML attribute.
my first thougtht was to use RFC822 date/time format because I can produce
and consume those with javamail's MailDateFormat, but I can't find code to
do that for VB (well, I found one module on vbrad.com but it wouldn't parse
the dates created by MailDateFormat)
I really hate reinventing the wheel - does anyone know of a date/time format
that can be used with minimal fuss and maximum portability, with free code
available for both java and vb
Andy
I have an application with a vb6 client that talks to a java server and
passes XML back and forward, and I'm wondering what's the best format to
transfer date/time values between them in an XML attribute.
my first thougtht was to use RFC822 date/time format because I can produce
and consume those with javamail's MailDateFormat, but I can't find code to
do that for VB (well, I found one module on vbrad.com but it wouldn't parse
the dates created by MailDateFormat)
I really hate reinventing the wheel - does anyone know of a date/time format
that can be used with minimal fuss and maximum portability, with free code
available for both java and vb
Andy