Re: Display date as mm/dd/yyyy

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Chris Hohmann (nospam_at_thankyou.com)
Date: 03/04/04


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



Relevant Pages

  • Re: Possible to distribute without dotnet framework?
    ... have to explictly select this bloated install wich nobody does if he ... chance is even higher that the framework is not installed if the company ... AFAIK you can use DirectX in VB6 so i do not get your point ... XCopy a VB6 app? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: VB6 does not work in Windows Vista Business
    ... I had similar issues when I first installed VB6. ... After you install it you then need to enable the ActiveX installer service and restart the machine. ... it popup with an error "Error accessing system registry" and from ... 'ComDlg32.OCX' or one of its dependencies not correctly registered: ...
    (microsoft.public.vb.controls)
  • Re: VB6 does not work in Windows Vista Business
    ... VB6 seems to run fine now, but still it randomly comes up with "Error ... accessing system registry" which is rather weird. ... Install it from add windows components. ... 'mscomm32.ocx' or one of its dependencies not correctly registered:...." ...
    (microsoft.public.vb.controls)
  • Re: Forcing a VB6 application to run with administrative privileges
    ... I find manifest files work fine for my VB6 apps. ... Has anyone figured out how to have a VB6 application forced to run with administrative privileges yet? ... Microsoft talks about adding a manifest, a small piece of code, but that is for .Net based applications built with Visual Studio.Net and involves adding code to the web.config file and the resource table. ... As part of my install there is an AutoInstall program that takes up to six arguments. ...
    (microsoft.public.vb.general.discussion)
  • Re: Forcing a VB6 application to run with administrative privileges
    ... Not in VB6 from my experience. ... VB6 applications do not have that, ... possible to add in a manifest to my knowledge to VB6 based applications. ... As part of my install there is an AutoInstall program that takes up to ...
    (microsoft.public.vb.general.discussion)