HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
SSI date configuration
Post new topic   Reply to topic    HTML Help Forum Index -> SSI
View previous topic :: View next topic  
Author Message
Daniël



Joined: 31 Mar 2005
Posts: 9

PostPosted: Thu Feb 09, 2006 7:27 am     SSI date configuration Reply with quote

Hi,

I want to create a daily varying URL to http://mgl.digi-dition.nl/daily/YEAR/MONTH/DAY/MGL/MA/11/pagina.php (example)

However, I need the MONTH and DAY values to be only one digit in length when they represent a value below ten. So instead of 04 it has to be 4

However, if I use SSI, I will get the 04/04 for April 4th, when I use the following syntax;

Code:
<!-- #CONFIG TIMEFMT="%Y/%m/%d" -->
http://mgl.digi-dition.nl/daily/<!--#ECHO VAR = "DATE_LOCAL" -->/MGL/MA/11/pagina.php


Anyone any suggestion?

Daniel
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

PostPosted: Thu Feb 09, 2006 9:21 am     Reply with quote

%m 12 month number [1,12]; single digits are preceded by 0

Doesn't look like you can do it.


See if you have different scripting options such as PHP or ASP
Daniël



Joined: 31 Mar 2005
Posts: 9

PostPosted: Thu Feb 09, 2006 11:13 am     Reply with quote

OK thanks, I've indeed sorted it out with ASP, was exactly two minutes of work Rolling Eyes I only thought SSI would be more elegant.

Code:
<a href="http://mgl.digi-dition.nl/daily/<% = Year(now) & "/" & Month(now) & "/" & Day(now) %>/MGL/MA/11/pagina.php">link</a>
<p>
<img src=http://mgl.digi-dition.nl/daily/<% = Year(now) & "/" & Month(now) & "/" & Day(now) %>/MGL/MA/11/DDL_1DA_20060209_96.jpg>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> SSI All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial