30 messaggi dal 31 luglio 2001
Salve, sto costruendo un sito con sotto un database in access. Ho un problema: quando importo il campo "data" dal database su pagina.asp, me la mette di default nel formato americano (es.: 04/15/01). Io la vorrei nel formato italiano con il mese scritto per esteso (es.: 15 aprile 2001). Sapete indicarmi la stringa da scrivere. Grazie e ciao a tutti.

409 messaggi dal 11 maggio 2001
ciao,

nella pagina che legge i dati dal db
all'inizio metti questo script:

<%
LCID = 1040

Session.LCID = LCID
%>


poi quando visualizzi la data scrivi

<%=FormatDateTime(date(),1)%>

Naturamente le impostazioni regionali del server
devono essere su "italian"

cosi facendo l'output e'
venerdì 10 agosto 2001



30 messaggi dal 31 luglio 2001
Ho provato ma non funziona. Se aggiungo le cose che mi hai detto tu, quando interrogo il database, ad esempio con la seguente chiamata:

http://www.guidacargiani.it/schedaristoranti.asp?Nome=Aladino&Indirizzo=Via+delle+Prome,+11

Nel box "Ultima visita" a fianco alla data scritta in formato americano, mi aggiunge "venerdì 10 agosto 2001". Io invece vorrei che il formato americano della data mi diventasse italiano: nel caso, cioè, dell'esempio vorrei che invece di "7/20/01" venisse visualizzato "20 luglio 2001".

Grazie comunque per l'aiuto, se ti serve, ti posso mandare il codice della pagina schedaristoranti.asp. Ciao

2.907 messaggi dal 15 maggio 2001
Contributi
La direttiva che diceva grigno va così immessa

<% @ LCID=1040%>

Ed è da inserire in alto prima di tutto il resto del codice delle date

Ciao alla prossima......


Rome Webmaster

358 messaggi dal 05 marzo 2001
>Nel box "Ultima visita" a fianco alla data >scritta in formato americano, mi >aggiunge "venerdì 10 agosto 2001". Io >invece vorrei che il formato americano >della data mi diventasse italiano: nel >caso, cioè, dell'esempio vorrei che invece >di "7/20/01" venisse visualizzato "20 >luglio 2001".

Bastano un minimo di impegno e fantasia...

Un modo sarebbe il seguente:

data = CStr(data) 'converte in stringa
spacePos = Instr(data,Chr(32))
data = Mid(data,spacePos+1)
Response.Write data '20 luglio 2001

Un altro (indipendente dal formato):
aMesi = Array("Gennaio","Febbraio",etc.
newDate = Day(tuaData) & " " & aMesi(Month(tuaData)-1) & " " & Year(tuaData)
Response.Write newDate


Ciao
A.Paterno
Il =:P ianista
'Ascolta Mozart mezz'ora al giorno e ti toglierà il "magone" di torno'
30 messaggi dal 31 luglio 2001
Scusate ma sono un neofita e ho provato a fare le modifiche che mi avete detto, ma non succede niente. Vi chiedo un favore: vi allego il codice con la stringa in questione messa in evidenza (l'ho staccata dal resto del codice). Potete inserire le modifiche che avete detto al posto giusto? Grazie e scusate per l'incompetenza.


<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title></title>
</head>


<body bgcolor="#FFFFCC">
<!--webbot bot="DatabaseRegionStart" startspan
s-columnnames="Nome,Indirizzo,Città,Provincia,Regione,N° telefono,Giudizio,Rapporto_QP,Tipo cucina,Prezzo medio,Alimenti consigliati,Alimenti sconsigliati,Vini consigliati,Vini sconsigliati,Note,Ultima visita,Recensore,Giorno di chiusura"
s-columntypes="202,202,202,202,202,202,5,5,202,5,202,202,202,202,202,135,202,202"
s-dataconnection="Database1" b-tableformat="FALSE" b-menuformat="FALSE"
s-menuchoice s-menuvalue b-tableborder="TRUE" b-tableexpand="TRUE"
b-tableheader="TRUE" b-listlabels="TRUE" b-listseparator="TRUE" i-ListFormat="7"
b-makeform="TRUE" s-recordsource
s-displaycolumns="Nome,Indirizzo,Città,N° telefono,Giudizio,Rapporto_QP,Tipo cucina,Prezzo medio,Alimenti consigliati,Alimenti sconsigliati,Vini consigliati,Vini sconsigliati,Note,Ultima visita,Recensore,Giorno di chiusura"
s-criteria s-order
s-sql="SELECT * FROM "Singolo Nome" where Nome='" & Request.QueryString("Nome") & "'"
b-procedure="FALSE" clientside SuggestedExt="asp" s-DefaultFields
s-NoRecordsFound="Ristorante non trovato" i-MaxRecords="0" i-GroupSize="0"
BOTID="0" u-dblib="_fpclass/fpdblib.inc" u-dbrgn1="_fpclass/fpdbrgn1.inc"
u-dbrgn2="_fpclass/fpdbrgn2.inc" tag="BODY"
local_preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00" align="left"><font color="#000000">Database Results regions will not preview unless this page is fetched from a Web server using a web browser. The section of the page from here to the end of the Database Results region will repeat once for each record returned by the query.</font></td></tr></table>"
preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00" align="left"><font color="#000000">This is the start of a Database Results region. The page must be fetched from a web server with a web browser to display correctly; the current web is stored on your local disk or network.</font></td></tr></table>" -->
<!--#include file="_fpclass/fpdblib.inc"-->
<%
fp_sQry="SELECT * FROM ""Singolo Nome"" where Nome='" & Replace(Request.QueryString("Nome"),"'","''") & "' and Indirizzo='" & Replace(Request.QueryString("Indirizzo"),"'","''") & "'"
fp_sDefault=""
fp_sNoRecords="Ristorante non trovato"
fp_sDataConn="Database1"
fp_iMaxRecords=0
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_iDisplayCols=16
fp_fCustomQuery=True
BOTID=0
fp_iRegion=BOTID
%>
<!--#include file="_fpclass/fpdbrgn1.inc"-->
<!--webbot bot="DatabaseRegionStart" i-CheckSum="49590" endspan -->
<form METHOD="POST">
<!--webbot bot="PurpleText"
PREVIEW="Set this form's properties so it submits user input to the appropriate page."
-->
<table BORDER="0" width="720" height="636">
<tr>
<td colspan="4" height="25">
<p align="center"><b><font size="5"> <em>
<input type="text" name="Nome" size="55" style="font-size: 18pt; font-weight: bold; text-align: Center; list-style-type: font-family" value="<%=FP_FieldHTML(fp_rs,"Nome")%>">
</em> </font></b>
</td>
</tr>
<tr>
<td width="169" height="21"></td>
<td width="232" height="21"></td>
<td width="133" height="21"></td>
<td width="178" height="21"></td>
</tr>
<tr>
<td width="169" height="25" nowrap>
<div align="right"><b>Indirizzo:</b></div>
</td>
<td width="232" height="25">
<input TYPE="TEXT" NAME="Indirizzo" SIZE="30" VALUE="<%=FP_FieldHTML(fp_rs,"Indirizzo")%>">
</td>
<td width="133" height="25" nowrap>
<div align="right"><b>Tipo cucina:</b></div>
</td>
<td width="178" height="25">
<input type="TEXT" name="Tipo cucina" size="30" value="<%=FP_FieldHTML(fp_rs,"Tipo cucina")%>">
</td>
</tr>
<tr>
<td width="169" height="40" nowrap>
<div align="right"><b>Città:</b></div>
</td>
<td width="232" height="40">
<input type="TEXT" name="Città" size="30" value="<%=FP_FieldHTML(fp_rs,"Città")%>">
</td>
<td width="133" height="40" nowrap>
<div align="right"><b>Giudizio:</b></div>
</td>
<td width="178" height="40">
<input name="Giudizio" size="6" value="<%=FP_FieldHTML(fp_rs,"Giudizio")%>"style="font-weight: bold">
</td>
</tr>
<tr>
<td width="169" height="21" nowrap>
<div align="right"><b>N° telefono:</b></div>
</td>
<td width="232" height="21">
<input type="TEXT" name="N° telefono" size="30" value="<%=FP_FieldHTML(fp_rs,"N° telefono")%>">
</td>
<td width="133" height="21">
<div align="right"><b>Prezzo medio:</b></div>
</td>
<td width="178" height="21">
<input name="Prezzo medio" size="6" value="<%=FP_FieldHTML(fp_rs,"Prezzo medio")%>" >
</td>
</tr>
<tr>
<td width="169" height="21">
<div align="right"><b>Giorno di chiusura:</b></div>
</td>
<td width="232" height="21">
<input type="TEXT" name="Giorno di chiusura" size="30" value="<%=FP_FieldHTML(fp_rs,"Giorno di chiusura")%>">
</td>
<td width="133" height="21">
<div align="right"><b>Rapporto Q/P:</b></div>
</td>
<td width="178" height="21">
<input name="Rapporto_QP" size="10" value="<%=FP_FieldHTML(fp_rs,"Rapporto_QP")%>" >
</td>
</tr>
<tr>
<td height="40" colspan="2">
<div align="right"><font size="4"></font>           
</div>
</td>
<td width="133" height="40">  </td>
<td width="178" height="40"></td>
</tr>
<tr>
<td width="169" height="20">
<div align="right"><b>Note:</b></div>
</td>
<td colspan="3" height="20">
<textarea name="Note" cols="75" rows="4"><%=FP_FieldHTML(fp_rs,"Note")%></textarea>
</td>
</tr>
<tr>
<td width="169" height="40">
<div align="right"></div>
</td>
<td colspan="3" height="40">  </td>
</tr>
<tr>
<td width="169" height="40">
<div align="right"><b>Alimenti consigliati:</b></div>
</td>
<td colspan="3" height="40">
<textarea name="Alimenti consigliati" cols="75" rows="4"><%=FP_FieldHTML(fp_rs,"Alimenti consigliati")%></textarea>
</td>
</tr>
<tr>
<td width="169" height="45">
<div align="right"><b>Alimenti sconsigliati:</b></div>
</td>
<td colspan="3" height="45">
<textarea name="Alimenti sconsigliati" cols="75" rows="4"><%=FP_FieldHTML(fp_rs,"Alimenti sconsigliati")%></textarea>
</td>
</tr>
<tr>
<td width="169" height="40">
<div align="right"><b>Vini consigliati:</b></div>
</td>
<td colspan="3" height="40">
<textarea name="Vini consigliati" cols="75" rows="4"><%=FP_FieldHTML(fp_rs,"Vini consigliati")%></textarea>
</td>
</tr>
<tr>
<td width="169" height="25">
<div align="right"><b>Vini sconsigliati:</b></div>
</td>
<td colspan="3" height="25">
<textarea name="Vini sconsigliati" cols="75" rows="4"><%=FP_FieldHTML(fp_rs,"Vini sconsigliati")%></textarea>
</td>
</tr>
<tr>
<td width="169" height="25">
<div align="right"></div>
</td>
<td height="25" colspan="3">  </td>
</tr>
<tr>
<td width="169" height="24"> </td>
<td width="232" height="24">  </td>
<td width="133" height="24"></td>
<td width="178" height="24"></td>
</tr>
<tr>
<td width="169" height="25"></td>
<td width="232" height="25"></td>
<td width="133" height="25">
<div align="right"><b>Ultima visita:</b></div>
</td>
<td width="178" height="25">













<input type="TEXT" name="Ultima visita" size="30" value="<%=FP_FieldHTML(fp_rs,"Ultima visita")%>">














</td>
</tr>
<tr>
<td width="169" height="40">
<p align="right"> </p>
</td>
<td width="232" height="40">  </td>
<td width="133" height="40">
<p align="right"><b>Recensore:</b></p>
</td>
<td width="178" height="40"><i>
<input NAME="Recensore" SIZE="30" VALUE="<%=FP_FieldHTML(fp_rs,"Recensore")%>" >
</i></td>
</tr>
</table>
</form>
<!--webbot bot="DatabaseRegionEnd" startspan b-tableformat="FALSE"
b-menuformat="FALSE" u-dbrgn2="_fpclass/fpdbrgn2.inc" i-groupsize="0" clientside
tag="BODY"
local_preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00" align="center"><font color="#000000">End of Database Results region.</font></td></tr></table>"
preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00" align="left"><font color="#000000">This is the end of a Database Results region.</font></td></tr></table>" -->
<!--#include file="_fpclass/fpdbrgn2.inc"-->
<!--webbot bot="DatabaseRegionEnd" i-CheckSum="62730" endspan -->
</body>

</html>




Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.