On 19 Mar 2007 in macromedia.dreamweaver.appdev,
whatalotofrubbish
wrote:
> When run (on my testing server) the dates (correctly
ordered and
> distinct) are all shown in the form "1/17/2000" instead
of
> 17/01/2000.
>
> Can anyone tell me why?
Because Microsoft products, by default, assume you're in the
US?
You need to set a Location ID (LCID) (2057 for UK, which
should give you
the date formatting you want):
<% @LANGUAGE=VBSCRIPT %>
<% Session.LCID = 2057 %>
--
Joe Makowiec
http://makowiec.net/...