PC Review


Reply
Thread Tools Rate Thread

Asp If with Date() noit working

 
 
Mettá
Guest
Posts: n/a
 
      25th Mar 2005
Hi

For some reason the following is not working on an ASP page

At top of page before <html>
<% Session.LCID=2057%>

Within <body>

<%If Date()>"13/01/2006" Then%> bla bla <%End If%>

</body>

For some reason the "bla bla" is showing yet the date is not beyond
13/01/2006 ?

If I put in a <%=Date()%> I get today's date as 25/03/2005

Anyone got any ideas?

M

--

http://www.MettaWeb.com



 
Reply With Quote
 
 
 
 
Jon Spivey
Guest
Posts: n/a
 
      25th Mar 2005
Hi,
Session locales only work when you cast a value as a date, eg this would
work
<%
if date() > cdate("13/01/2006") then
' whatever
end if
%>
or this
<%
if date() > formatdatetime("13/01/2006") then
' whatever
end if
%>


--
Cheers,
Jon
Microsoft MVP

"Mettá" <metta-(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi
>
> For some reason the following is not working on an ASP page
>
> At top of page before <html>
> <% Session.LCID=2057%>
>
> Within <body>
>
> <%If Date()>"13/01/2006" Then%> bla bla <%End If%>
>
> </body>
>
> For some reason the "bla bla" is showing yet the date is not beyond
> 13/01/2006 ?
>
> If I put in a <%=Date()%> I get today's date as 25/03/2005
>
> Anyone got any ideas?
>
> M
>
> --
>
> http://www.MettaWeb.com
>
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can Excel add working days to a date to result in another date? =?Utf-8?B?Y3dhbHJ1cw==?= Microsoft Excel Worksheet Functions 1 16th May 2006 07:27 PM
date (minus) date = working days diff jjj Microsoft Excel Misc 3 6th Dec 2005 03:16 PM
the date format is not working ,sort by date doesn't work. =?Utf-8?B?Um9zYSBDYW1wb3M=?= Microsoft Excel Misc 1 12th Sep 2005 10:52 PM
Date - Date, TimeStamp - Time, Joined, BUT NOT WORKING =?Utf-8?B?UmljaGFyZA==?= Microsoft Access Queries 0 22nd Jun 2005 01:33 PM
can noit search in address line - HELP! Joe Windows XP Internet Explorer 1 19th Feb 2004 10:51 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:18 AM.