<?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; vbscript date</title>
	<atom:link href="http://www.aspcenter.net/tag/vbscript-date/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>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>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 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>

