<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ASPcenter.net &#187; Data e Ora</title>
	<atom:link href="http://www.aspcenter.net/category/data-ora/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspcenter.net</link>
	<description>Il blog degli sviluppatori ASP e .NET</description>
	<lastBuildDate>Mon, 08 Mar 2010 10:03:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Aggiornare una pagina ASP con un timer</title>
		<link>http://www.aspcenter.net/2010/03/aggiornare-pagina-asp-timer.html</link>
		<comments>http://www.aspcenter.net/2010/03/aggiornare-pagina-asp-timer.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 11:26:54 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Data e Ora]]></category>
		<category><![CDATA[asp timer]]></category>
		<category><![CDATA[oggeto timer]]></category>
		<category><![CDATA[refresh pagina]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=407</guid>
		<description><![CDATA[Il metodo AddHeader dell&#8217;oggetto Response permette di effettuare alcune utili operazioni; il valore Refresh consente di aggiornare la pagina corrente, specificando un timer dopo cui far partire l&#8217;operazione.

In questo esempio di codice l&#8217;aggiornamento avviene dopo 5 secondi:

&#60;%@LANGUAGE = VBScript%&#62;
&#60;%
    Response.AddHeader "Refresh", "5"
%&#62;

Uno script del genere torna molto utile, ad esempio, per la [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/03/aggiornare-pagina-asp-timer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tempo di caricamento di una pagina ASP con l&#8217;oggetto Timer</title>
		<link>http://www.aspcenter.net/2010/03/tempo-caricamento-pagina-asp-oggetto-timer.html</link>
		<comments>http://www.aspcenter.net/2010/03/tempo-caricamento-pagina-asp-oggetto-timer.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 11:25:19 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Data e Ora]]></category>
		<category><![CDATA[asp timer]]></category>
		<category><![CDATA[caricamento pagina]]></category>
		<category><![CDATA[oggetto timer]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=405</guid>
		<description><![CDATA[La funzione Timer del VBScript restituisce il numero di secondi trascorsi dalla mezzanotte fino al secondo corrente; arrotondando il valore con la funzione Round, col parametro 4, otterremo un risultato intero preciso. Un simile script può tornare utile a quei Webmaster che amano fornire ai visitatori statistiche precise sul proprio sito.

Lo script che segue è [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/03/tempo-caricamento-pagina-asp-oggetto-timer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quanti giorni mancano… in ASP!</title>
		<link>http://www.aspcenter.net/2010/02/quanti-giorni-mancano-asp.html</link>
		<comments>http://www.aspcenter.net/2010/02/quanti-giorni-mancano-asp.html#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:34:57 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Data e Ora]]></category>
		<category><![CDATA[datediff]]></category>
		<category><![CDATA[vbscript date]]></category>
		<category><![CDATA[vbscript datediff]]></category>
		<category><![CDATA[vbscript now]]></category>
		<category><![CDATA[vbscript year]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=173</guid>
		<description><![CDATA[Grazie alla funzione DateDiff del VBScript possiamo calcolare quanti giorni mancano ad una determinata ricorrenza, come ad esempio il Natale.
Facciamo un esempio base con uno script di prova:

&#60;%
    Dim anno, , msg
    anno = Year(Date())
    dif = DateDiff("d", Now(), "25/12/" &#038; anno)
    msg [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/quanti-giorni-mancano-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Un calendario in ASP</title>
		<link>http://www.aspcenter.net/2010/02/calendario-asp.html</link>
		<comments>http://www.aspcenter.net/2010/02/calendario-asp.html#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:30:07 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Data e Ora]]></category>
		<category><![CDATA[calendario asp]]></category>
		<category><![CDATA[vbscript date]]></category>
		<category><![CDATA[vbscript day]]></category>
		<category><![CDATA[vbscript month]]></category>
		<category><![CDATA[vbscript now]]></category>
		<category><![CDATA[vbscript year]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=169</guid>
		<description><![CDATA[Grazie alle potenti funzioni sulle date messe a disposizione dal VBScript è possibile creare un potente ed utile calendario in ASP da inserire nelle proprie pagine Web. Si crei il file di prova &#8220;calendario.asp&#8221;; il codice ASP potrà essere semplicemente inserito su tutte le pagine Web del vostro sito.
Il calendario avrà il seguente aspetto ed [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/calendario-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrittura personalizzata della data e dell&#8217;ora in VBScript</title>
		<link>http://www.aspcenter.net/2010/02/scrittura-personalizzata-data-ora-vbscript.html</link>
		<comments>http://www.aspcenter.net/2010/02/scrittura-personalizzata-data-ora-vbscript.html#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:28:13 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Data e Ora]]></category>
		<category><![CDATA[vbscript date]]></category>
		<category><![CDATA[vbscript day]]></category>
		<category><![CDATA[vbscript hour]]></category>
		<category><![CDATA[vbscript minute]]></category>
		<category><![CDATA[vbscript month]]></category>
		<category><![CDATA[vbscript now]]></category>
		<category><![CDATA[vbscript second]]></category>
		<category><![CDATA[vbscript time]]></category>
		<category><![CDATA[vbscript year]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=167</guid>
		<description><![CDATA[Negli articoli precedenti abbiamo visto il sistema di creazione automatica della data e dell&#8217;ora con VBScript grazie alle funzioni predefinite Now, Date e Time, incorrendo però nel pericolo che questi elementi vengano formattati secondo il criterio del paese corrente (es. gg/mm/aaaa in Italia e mm/gg/aaaa in America).

Le funzioni predefinite del VBScript per la gestione di [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/scrittura-personalizzata-data-ora-vbscript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formattazione automatica della data in VBScript</title>
		<link>http://www.aspcenter.net/2010/02/formattazione-automatica-data-vbscript.html</link>
		<comments>http://www.aspcenter.net/2010/02/formattazione-automatica-data-vbscript.html#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:25:55 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Data e Ora]]></category>
		<category><![CDATA[formatdatetime]]></category>
		<category><![CDATA[formattare data]]></category>
		<category><![CDATA[vbscript now]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=165</guid>
		<description><![CDATA[Il VBScript mette a disposizione la funzione di formattazione predefinita FormatDateTime che restituisce la data formattata in diversi formati a seconda del parametro numerico passato. Il primo parametro che si passa alla funzione è Now nel caso in cui si voglia formattare data e ora, oppure Date nel caso in cui si voglia formattare solo [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/formattazione-automatica-data-vbscript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mostrare il segno zodiazale del giorno con ASP</title>
		<link>http://www.aspcenter.net/2010/02/mostrare-segno-zodiazale-asp.html</link>
		<comments>http://www.aspcenter.net/2010/02/mostrare-segno-zodiazale-asp.html#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:24:24 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Data e Ora]]></category>
		<category><![CDATA[segno zodiacale]]></category>
		<category><![CDATA[vbscript date]]></category>
		<category><![CDATA[vbscript day]]></category>
		<category><![CDATA[vbscript month]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=163</guid>
		<description><![CDATA[Grazie alle potenti funzioni per la gestione delle date che VBScript mette a disposizione è possibile realizzare delle simpatiche utility, adatte a siti amatoriali che accolgono calorosamente i propri utenti con messaggi accattivanti, come gli auguri per il compleanno; in questo Articolo vedremo come lanciare a video un messaggio di auguri agli utenti il cui [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/mostrare-segno-zodiazale-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrivere l&#8217;ora in VBScript</title>
		<link>http://www.aspcenter.net/2010/02/scrivere-ora-vbscript.html</link>
		<comments>http://www.aspcenter.net/2010/02/scrivere-ora-vbscript.html#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:22:14 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Data e Ora]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[vbscript hour]]></category>
		<category><![CDATA[vbscript minute]]></category>
		<category><![CDATA[vbscript now]]></category>
		<category><![CDATA[vbscript second]]></category>
		<category><![CDATA[vbscript time]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=160</guid>
		<description><![CDATA[Nell&#8217;articolo precedente abbiamo visto come gestire la data in VBScript ed abbiamo fatto conoscenza della funzione Now che restituisce la coppia data e ora. facciamo adesso conoscenza con la funzione predefinita Time che restituisce l&#8217;ora in formato hh.mm.ss.
Facciamo un esempio:

&#60;%
    Response.Write Time()' Restituisce 10.36.36
%&#62;

Possiamo scegliere di non voler visualizzare il punto ma [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/scrivere-ora-vbscript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrivere la data in VBScript</title>
		<link>http://www.aspcenter.net/2010/02/scrivere-data-vbscript.html</link>
		<comments>http://www.aspcenter.net/2010/02/scrivere-data-vbscript.html#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:19:10 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Data e Ora]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[vbscript date]]></category>
		<category><![CDATA[vbscript day]]></category>
		<category><![CDATA[vbscript month]]></category>
		<category><![CDATA[vbscript now]]></category>
		<category><![CDATA[vbscript year]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=158</guid>
		<description><![CDATA[Il VBScript mette a disposizione una nutrita schiera di funzioni predefinite per la gestione delle date. In questo articolo iniziamo un lungo percorso sulla loro gestione.
Prendiamo in esame le funzioni Date che restituisce la data corrente in formato gg/mm/aaaa e Now che restituisce la data e l&#8217;ora corrente in formato gg/mm/aaaa hh.mm.ss.
Facciamo un esempio iniziale:

&#60;%
 [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/scrivere-data-vbscript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

