<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: getting the current date in a particular format in Windows XP/2003</title>
	<link>http://www.spugbrap.com/blog/2006/06/getting-the-current-date-in-a-particular-format-in-windows-xp2003/</link>
	<description>This is a repository for my favorite scripts, regexes, commandlines, utilities, code snippets, tips, and other geeky things that might be useful to someone googling for an obscure solution some day. It's also a place to share my thoughts about companies I've dealt with, my favorite lifehacks, observations of interesting human behavior, clever and/or evil marketing schemes I've run across, and anything else I feel compelled to write about.</description>
	<pubDate>Tue, 06 Jan 2009 05:21:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: ClintJCL</title>
		<link>http://www.spugbrap.com/blog/2006/06/getting-the-current-date-in-a-particular-format-in-windows-xp2003/#comment-73</link>
		<dc:creator>ClintJCL</dc:creator>
		<pubDate>Tue, 15 Aug 2006 18:29:26 +0000</pubDate>
		<guid>http://www.spugbrap.com/blog/2006/06/getting-the-current-date-in-a-particular-format-in-windows-xp2003/#comment-73</guid>
		<description>damn!  Looks like you got 1-upped?</description>
		<content:encoded><![CDATA[<p>damn!  Looks like you got 1-upped?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.spugbrap.com/blog/2006/06/getting-the-current-date-in-a-particular-format-in-windows-xp2003/#comment-75</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 21 Jun 2006 01:17:37 +0000</pubDate>
		<guid>http://www.spugbrap.com/blog/2006/06/getting-the-current-date-in-a-particular-format-in-windows-xp2003/#comment-75</guid>
		<description>(1 line, if DATE is already set by OS.)&lt;br/&gt;&lt;br/&gt;SET MY_DATE=%DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%</description>
		<content:encoded><![CDATA[<p>(1 line, if DATE is already set by OS.)</p>
<p>SET MY_DATE=%DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.spugbrap.com/blog/2006/06/getting-the-current-date-in-a-particular-format-in-windows-xp2003/#comment-74</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 21 Jun 2006 01:15:01 +0000</pubDate>
		<guid>http://www.spugbrap.com/blog/2006/06/getting-the-current-date-in-a-particular-format-in-windows-xp2003/#comment-74</guid>
		<description>(2 lines)&lt;br/&gt;&lt;br/&gt;FOR /F "DELIMS=" %%A IN ('DATE /T') DO SET CURRENT_DATE=%%A&lt;br/&gt;&lt;br/&gt;SET MY_DATE=%CURRENT_DATE:~10,4%-%CURRENT_DATE:~4,2%-%CURRENT_DATE:~7,2%&lt;br/&gt;&lt;br/&gt;See http://www.robvanderwoude.com/ for more batch goodness.</description>
		<content:encoded><![CDATA[<p>(2 lines)</p>
<p>FOR /F &#8220;DELIMS=&#8221; %%A IN (&#8217;DATE /T&#8217;) DO SET CURRENT_DATE=%%A</p>
<p>SET MY_DATE=%CURRENT_DATE:~10,4%-%CURRENT_DATE:~4,2%-%CURRENT_DATE:~7,2%</p>
<p>See <a href="http://www.robvanderwoude.com/">http://www.robvanderwoude.com/</a> for more batch goodness.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
