Re: Display date as mm/dd/yyyy
From: Chris Hohmann (nospam_at_thankyou.com)
Date: 03/04/04
- Next message: Tom Kaminski [MVP]: "Re: Open a PDF file inside browser?"
- Previous message: Lin Ma: "Open a PDF file inside browser?"
- In reply to: Evertjan.: "Re: Display date as mm/dd/yyyy"
- Next in thread: Robin: "Re: Display date as mm/dd/yyyy"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 4 Mar 2004 12:56:21 -0800
"Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message
news:Xns94A263C773407eejj99@194.109.133.29...
> Chris Hohmann wrote on 04 mrt 2004 in
> microsoft.public.inetserver.asp.general:
>
> > "Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message
> > news:Xns94A23E516A73eejj99@194.109.133.29...
> >> Himselff wrote on 03 mrt 2004 in
> >> microsoft.public.inetserver.asp.general:
> >>
> >> > You can always analyse each section of ure string with mid, left
and
> >> > right function , which mean that if u grab a date whit
> >> >
> >> > MaDate = Format$(Date$, "yyyy/mm/dd")
> >> >
> >> > left(MaDate,4) = year etc ...
> >> >
> >>
> >> No you cannot.
> >>
> >> Format() does not exist in ASP VBS
> >
> > Although you could borrow it from VB.
> > http://aspfaq.com/2313
>
> No, then you would have to install something (VB6).
You also have to install something to use jMail, ADO, MSXML, CDO, OWC or
anything else that is not built into ASP. It's unclear how that negates
my original assertion that one can borrow the formatting capabilities
available in VB6. Also note that only the MSSTDFMT.DLL library needs to
be installed, not MS Visual Basic 6.0
> I wouldn't call that borrowing.
You are free to call it whatever you like.
> Do you call using jMail borrowing ?
I don't use jMail, but if I did then yes I would call that borrowing.
-Chris Hohmann
- Next message: Tom Kaminski [MVP]: "Re: Open a PDF file inside browser?"
- Previous message: Lin Ma: "Open a PDF file inside browser?"
- In reply to: Evertjan.: "Re: Display date as mm/dd/yyyy"
- Next in thread: Robin: "Re: Display date as mm/dd/yyyy"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|