(Msg. 2) Posted: Tue Oct 14, 2008 4:11 am
Post subject: Re: date [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________
"Mick" <Mick DeleteThis @discussions.microsoft.com> wrote in message news:2E4039CC-12F9-4449-A6D6-8ED182312326@microsoft.com...
| Please can someone tell me how to display the date from this as "Tue 14
| October 2008" and not "14/10/2008" thankyou.
|
(Msg. 3) Posted: Tue Oct 14, 2008 4:11 am
Post subject: Re: date [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Hi Stefan, perfect, many thanks. Regards Mick
"Stefan B Rusynko" wrote:
> <%=FormatDateTime(Date(),VBLongDate)
> See http://www.devguru.com/technologies/vbscript/quickref/dateformatcon.html > --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> _____________________________________________
>
>
> "Mick" <Mick DeleteThis @discussions.microsoft.com> wrote in message news:2E4039CC-12F9-4449-A6D6-8ED182312326@microsoft.com...
> | Please can someone tell me how to display the date from this as "Tue 14
> | October 2008" and not "14/10/2008" thankyou.
> |
>
>
>
(Msg. 4) Posted: Sat Nov 08, 2008 1:04 pm
Post subject: Re: date [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
FormatDateTime(Date, 2) is what you are currently using
FormatDateTime(Date, 1) is what you are seeking
Note that these are based on regional/language settings of the server. If
your server was setup to the US versions of date/time, the output will be
different:
"Tue 14 October 2008" will become "Tue October 14 2008"
and
"14/10/2008" will become "10/14/2008"
"Mick" <Mick.TakeThisOut@discussions.microsoft.com> wrote in message
news:2E4039CC-12F9-4449-A6D6-8ED182312326@microsoft.com...
> Please can someone tell me how to display the date from this as "Tue 14
> October 2008" and not "14/10/2008" thankyou.
>
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum