|
From: Raymond I. <xw...@ya...> - 2003-10-17 14:30:14
|
Thanks Leif.
I think the date format "mm/dd/yy hh:nn:ss" works in
ns4 and others or should we break it up to use the
"Date(95,11,17,3,24,0)" format?
--
Raymond Irving
--- Leif W <war...@us...> wrote:
> Here's a message you may hve missed.
>
> ----- Original Message -----
> From: "Leif W" <war...@us...>
> To: "DynAPI-Dev" <dyn...@li...>
> Sent: Thursday, October 16, 2003 6:56 PM
> Subject: [Dynapi-Dev] IOElement SODA date format
>
>
> > Hi,
> >
> > In the docs (quickref.soda) and the code, the date
> format I've seen
> > mentioned or handled is "mm/dd/yyyy hh:nn:ss" but
> I've just come to a
> point
> > in the code in ioelmsrv.soda in ws__SODA2Var under
> 'else if ( tagType ==
> > "d" )', where in the JScript version of the ASP,
> it passes this format
> > string to the JScript Date() object as a
> constructor argument.
> >
> > But looking through the most recent (ok maybe this
> is outdated) JS
> reference
> > manual I could find (Netscape's Core Reference JS
> 1.5), I only found these
> > date formats, not the one being used. Am I
> missing something?
> >
> > today = new Date()
> > birthday = new Date("December 17, 1995 03:24:00")
> > birthday = new Date(95,11,17)
> > birthday = new Date(95,11,17,3,24,0)
> >
> > Leif
> >
> >
> >
> >
> >
>
-------------------------------------------------------
> > This SF.net email is sponsored by: SF.net Giveback
> Program.
> > SourceForge.net hosts over 70,000 Open Source
> Projects.
> > See the people who have HELPED US provide better
> services:
> > Click here: http://sourceforge.net/supporters.php
> > _______________________________________________
> > Dynapi-Dev mailing list
> > Dyn...@li...
> >
>
http://www.mail-archive.com/dyn...@li.../
> >
> >
>
>
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
|