Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 22nd, 2008, 12:16 PM
Registered User
 
Join Date: Apr 2008
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
Default Show Images from Start Date thru Date

Hello there,

I am trying to show picture from from start date thru end date that I want.

Example:

IF From date 01/01 (MM/DD) thru 01/15 show "image1.jpg"
From date 02/01 thru 02/14 show "image2.jpg"
else show "image.jpg"

The pictures will repeat like this every year. Please help!! :(

Thank you. :)

 
Old May 22nd, 2008, 08:16 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

Provided I have understodd your question this should do it:

<img src="Images/image<% if date() >= cdate("01/01/" & year(date())) AND date() <= cdate("01/15/" & year(date())) then %>1<% end if %>.gif" alt="" border="0">

Wind is your friend
Matt
www.elitemarquees.com.au
 
Old May 23rd, 2008, 07:12 AM
Registered User
 
Join Date: Apr 2008
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
Default

Its work!! This is what I need!!!

Thank you very mush, mat41!






Similar Threads
Thread Thread Starter Forum Replies Last Post
Fill in table based on start and end date drm237 Access 3 April 24th, 2007 07:55 AM
show date/time in a datagrid. mehmetned C# 2005 0 March 23rd, 2007 08:43 AM
start date and an end date Corey Access 1 January 16th, 2006 12:37 AM
how to show 2 different values based on date maria Crystal Reports 1 August 4th, 2004 08:21 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.