Could point, although not sure how to. The date is in uk format i.e.
dd/mm/yy in an access database. When I try and do a date range query in asp
it only works if I use the american format mm/dd/yy.
If you know of a way round this or how to do the formatting then I'd be
grateful.
Many thanks,
Robert
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:eu0otzTMEHA.1272@tk2msftngp13.phx.gbl...[color=blue]
> Why are you using Session.LCID at all? How about formatting your date in[/color]
a[color=blue]
> standard, non-ambiguous format???
>
> --
> Aaron Bertrand
> SQL Server MVP
>
http://www.aspfaq.com/
>
>
>
>
> "Rob" <rob@rob.com> wrote in message
> news:c7632o$25n$1@sparta.btinternet.com...[color=green]
> > Hi all,
> >
> > Is it possible to change the Session.LCID in a hyperlink?
> > My problem is I'm calling a Date from a database to use as a querystring[/color]
> in[color=green]
> > the hyperlink but I also need to display the date as output from the
> > hyperlink.
> > I need to have to querystring in Session.LCID = 1033 and the display[/color][/color]
date[color=blue]
> in[color=green]
> > Session.LCID = 2057.
> >
> > Coding :-
> >
> > Session.LCID = 1033
> > <a href=""applybankholiday.asp?date=" & rshelpdesk("date") & """>" &
> > rshelpdesk("date") & "</a></font></td>")
> >
> > Whereever I put Session.LCID = 2057 I either get errors saying its in[/color][/color]
the[color=blue][color=green]
> > wrong place or It displays false. Tried the following that gives the[/color]
> false.[color=green]
> >
> > Session.LCID = 1033
> > <a href=""applybankholiday.asp?date=" & rshelpdesk("date") & """>" &
> > Session.LCID = 2057 & rshelpdesk("date") & "</a></font></td>")
> >
> >
> > Any ideas?
> > Many thanks in advance,
> > Robert
> >
> >[/color]
>
>[/color]