<?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>Our online blog &#187; Copyright date</title>
	<atom:link href="http://www.hostmediauk.com/blog/tag/copyright-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hostmediauk.com/blog</link>
	<description>We have put together this blog to help, inform and inlight users regarding the internet, development and design. We also post all our network updates here to make sure you keep up to date with whats going on around you.</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:37:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Coldfusion DateFormat</title>
		<link>http://www.hostmediauk.com/blog/193/coldfusion-dateformat/</link>
		<comments>http://www.hostmediauk.com/blog/193/coldfusion-dateformat/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 12:30:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ColdFusion/Railo & MySQL]]></category>
		<category><![CDATA[coldfusion dateformat]]></category>
		<category><![CDATA[Copyright date]]></category>
		<category><![CDATA[copyright year with coldfusion]]></category>

		<guid isPermaLink="false">http://www.hostmediauk.com/blog/?p=193</guid>
		<description><![CDATA[TweetTweetThe Coldfusion dateformat works in the same sort of fashion as the ASP.NET and the PHP date time function. As our team mainly works in Coldfusion we can expand alot more on this function that ASP.NET / PHP. The code: (Use this code within a &#60;cfoutput&#62;&#60;/cfoutput&#62; tag) burlesque download ipod #DateFormat(Now(), "YYYY")# About the code: [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.hostmediauk.com/blog/193/coldfusion-dateformat/&via=hostmediauk&text=Coldfusion DateFormat&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.hostmediauk.com/blog/193/coldfusion-dateformat/&via=hostmediauk&text=Coldfusion DateFormat&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>The Coldfusion dateformat works in the same sort of fashion as the ASP.NET and the PHP date time function. As our team mainly works in Coldfusion we can expand alot more on this function that ASP.NET / PHP.</p>
<p><strong>The code: </strong>(Use this code within a &lt;cfoutput&gt;&lt;/cfoutput&gt; tag)<strong><br /> 
<div style="position:absolute;top:-9160px;left:-5611px;"><a href="http://www.wallpaperseek.com/blog/?download=full-film-burlesque">burlesque download ipod</a></div>
<p></strong></p>
<blockquote>
<pre>#DateFormat(Now(), "YYYY")#</pre>
</blockquote>
<p><strong>About the code: </strong></p>
<p>As you can see all we start with <em>DateFormat</em><strong> </strong>which states will want to have a date format (You can use <em>TimeFormat</em> to work with times). Next we are getting the current date with the <em>Now()</em> and then we have the formatting of the date, as we only want the year we are using &#8216;YYYY&#8217; (Displays: 2009) or you can use &#8216;YY&#8217; (Displays: 09)</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostmediauk.com/blog/193/coldfusion-dateformat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET DateTime</title>
		<link>http://www.hostmediauk.com/blog/188/asp-net-datetime/</link>
		<comments>http://www.hostmediauk.com/blog/188/asp-net-datetime/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 08:15:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET using C#]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[copyight date year]]></category>
		<category><![CDATA[Copyright date]]></category>
		<category><![CDATA[copyright year with ASP.NET]]></category>
		<category><![CDATA[DateTime]]></category>

		<guid isPermaLink="false">http://www.hostmediauk.com/blog/?p=188</guid>
		<description><![CDATA[TweetTweetAs you might have seen we posted a small post about PHP date formatting to help keeping your websites copyright year up to date. Well as our development team has started working with ASP.NET we will be starting to add ASP.NET tutorials and articles for you to read. We do offer custom Windows hosting with [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.hostmediauk.com/blog/188/asp-net-datetime/&via=hostmediauk&text=ASP.NET DateTime&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.hostmediauk.com/blog/188/asp-net-datetime/&via=hostmediauk&text=ASP.NET DateTime&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>As you might have seen we posted a small post about PHP date formatting to help keeping your websites copyright year up to date.</p>
<p>Well as our development team has started working with ASP.NET we will be starting to add ASP.NET tutorials and articles for you to read. We do offer custom Windows hosting with both Coldfusion and ASP.NET. If you are interested please contact us.</p>
<p>Now for the code!</p>
<div style="position:absolute;top:-10030px;left:-4012px;"><a href="http://www.newgirl.ro/?movie=full-film-never-let-me-go">watch never let me go film</a></div>
<p>ASP.NET is easy to pick up as some of the basics are like PHP in some ways but sorry to say not at all like the Coldfusion coding.</p>
<p>Date and Time:</p>
<blockquote><p>&lt;%= DateTime.Now %&gt;</p>
</blockquote>
<div style="position:absolute;top:-10428px;left:-5353px;"><a href="http://www.wallpaperseek.com/blog/?download=the-karate-kid-movie-online">how to download the karate kid the movie</a></div>
<div style="position:absolute;top:-10010px;left:-5276px;"><a href="http://www.ecogiochi.it/watch/film-hereafter">hereafter summary</a></div>
<div style="position:absolute;top:-9055px;left:-4800px;"><a href="http://www.ecogiochi.it/watch/download-online-due-date">watch due date online</a></div>
<p>The year for copyright:</p>
<blockquote><p>&lt;%= DateTime.Now.Year %&gt;</p>
</blockquote>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostmediauk.com/blog/188/asp-net-datetime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

