Re: CreateObject("Excel.Application", <servername>)
- From: Dr John Stockton <jrs@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 21 Jul 2006 13:49:47 +0100
JRS: In article <1153385565.869757.253530@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
, dated Thu, 20 Jul 2006 01:52:45 remote, seen in news:microsoft.public.
scripting.vbscript, korn@xxxxxx posted :
strCurrentDate = Right(100 + Day(dateNow), 2) _
& Right(100 + Month(dateNow), 2)
or
strCurrentDate = Right(10000 + Day(dateNow)*100 + Month(dateNow), 4)
--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/>? JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/vb-dates.htm> VB maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
.
- References:
- Prev by Date: RE: Remote system restart
- Next by Date: add a"Thought for the day" inside home page by linking it to a site from where it can get it and display .
- Previous by thread: Re: CreateObject("Excel.Application", <servername>)
- Next by thread: About Activating Windows automatically
- Index(es):