Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 transale month and days in calendar
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

maggiau
New Member

96 Posts

Posted - 31 May 2001 :  09:11:12  Show Profile  Visit maggiau's Homepage
was somebody able to apply this patch ??

function monthName2(intMonth) if (intMonth = 1) then monthName2 = "Enero" if (intMonth = 2) then monthName2 = "Febrero" if (intMonth = 3) then monthName2 = "Marzo" if (intMonth = 4) then monthName2 = "Abril" if (intMonth = 5) then monthName2 = "Mayo" if (intMonth = 6) then monthName2 = "Junio" if (intMonth = 7) then monthName2 = "Julio" if (intMonth = 8) then monthName2 = "Agosto" if (intMonth = 9) then monthName2 = "Septiembre" if (intMonth = 10) then monthName2 = "Octubre" if (intMonth = 11) then monthName2 = "Noviembre" if (intMonth = 12) then monthName2 = "Diciembre"end function

To change the days in the month view change this part. line 572-578 of events_functions.asp:

<td HEIGHT="20" WIDTH="14%" ALIGN="center" VALIGN="middle"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strDefaultFontColor %>">Mon</td>

I tried 200 different ways without success, somebody give me the 201 ?

Thank you

wedont
Junior Member

Canada
344 Posts

Posted - 05 June 2001 :  22:20:36  Show Profile
Non mais enfin!

In events_functions.asp
Change monthName (not strmonthname ) to monthName2
Than add at the bottom of the page:

function monthName2(intMonth)
if (intMonth = 1) then monthName2 = "Jan"
if (intMonth = 2) then monthName2 = "Fev"
if (intMonth = 3) then monthName2 = "Mars"
if (intMonth = 4) then monthName2 = "Avril"
if (intMonth = 5) then monthName2 = "Mai"
if (intMonth = 6) then monthName2 = "Juin"
if (intMonth = 7) then monthName2 = "Juil"
if (intMonth = 8) then monthName2 = "Août"
if (intMonth = 9) then monthName2 = "Sept"
if (intMonth = 10) then monthName2 = "Oct"
if (intMonth = 11) then monthName2 = "Nov"
if (intMonth = 12) then monthName2 = "Dec"
end function

ps: make sure this code is inside <% %>

For the days, you just replace the 3 letters

Lun for Mon etc!

Non mais enfin!

Ciao!

Wedont
snitz ver3.1 sr2
access 2k.
Go to Top of Page

maggiau
New Member

96 Posts

Posted - 07 June 2001 :  18:51:51  Show Profile  Visit maggiau's Homepage
it works thank you, and about the day in the weekly calendar ... it is still Monday ....

merci, j'ai avancé d'une case

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.45 seconds. Powered By: Snitz Forums 2000 Version 3.4.07