<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/16917" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2009-05-29T13:36:47-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/16917</id>

		<entry>
		<author><name><![CDATA[tsukeh]]></name></author>
		<updated>2009-05-29T13:36:47-04:00</updated>

		<published>2009-05-29T13:36:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89005#p89005</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89005#p89005"/>
		<title type="html"><![CDATA[get yesterday date]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89005#p89005"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc getDate {} {    set temp [clock format [clock scan "yesterday"] -format "%Y-%m-%d"]    return $temp}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5911">tsukeh</a> — Fri May 29, 2009 1:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[paull]]></name></author>
		<updated>2009-05-29T13:26:43-04:00</updated>

		<published>2009-05-29T13:26:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89003#p89003</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89003#p89003"/>
		<title type="html"><![CDATA[get yesterday date]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89003#p89003"><![CDATA[
To get the date I use:<br><div class="codebox"><p>Code: </p><pre><code>proc getDate {} {    set temp [clock format [clock seconds] -format "%Y-%m-%d"]    return $temp}</code></pre></div>How can i get yesterdays date?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10338">paull</a> — Fri May 29, 2009 1:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
