<?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>Learning AppleScript for Beginners &#187; current date</title>
	<atom:link href="http://www.scriptsforapple.com/tag/current-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptsforapple.com</link>
	<description>Discussions on AppleScripting, with emphasis on tutorials for those new to scripting. Example scripts of general utility, as well as some that relate to specific applications (FileMaker Pro, AppleWorks, Script Editor, specialized scripts and others). Some discussion of HyperCard and AppleScript and the Classic (OS9) environment</description>
	<lastBuildDate>Sun, 15 Jan 2012 01:06:11 +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>Working with Dates in AppleScript</title>
		<link>http://www.scriptsforapple.com/working-with-dates-in-applescript/</link>
		<comments>http://www.scriptsforapple.com/working-with-dates-in-applescript/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 02:51:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[choose from list]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[Converting a date in textual form to date format]]></category>
		<category><![CDATA[current date]]></category>
		<category><![CDATA[date coercions]]></category>
		<category><![CDATA[date string]]></category>
		<category><![CDATA[display alert]]></category>
		<category><![CDATA[Script Editor]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1738</guid>
		<description><![CDATA[<p>If you have ever worked with date coercions and manipulations in AppleScript, you know how frustrating it can be, from something as simple as trying to coerce it to text so that it can be displayed in a dialog, to trying to convert it to a different date format; you have one simple thing in [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/working-with-dates-in-applescript/feed/</wfw:commentRss>
		<slash:comments>345</slash:comments>
		</item>
		<item>
		<title>AppleScript &#8211; When to Use Set and When to Use Copy</title>
		<link>http://www.scriptsforapple.com/applescript-when-to-use-set-and-when-to-use-copy/</link>
		<comments>http://www.scriptsforapple.com/applescript-when-to-use-set-and-when-to-use-copy/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 03:04:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Set and Copy]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[current date]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[records]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[text strings]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=518</guid>
		<description><![CDATA[<p>This one can be a difficult one, but if you have been following my posts so far, or otherwise are that much interested in learning AppleScript, this is an important issue to get straight.</p> <p>Even if you have been using AppleScript for a while, as I have, you may still be unclear as to the [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/applescript-when-to-use-set-and-when-to-use-copy/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Finder Script to Delete Old Folders</title>
		<link>http://www.scriptsforapple.com/finder-script-to-delete-old-folders/</link>
		<comments>http://www.scriptsforapple.com/finder-script-to-delete-old-folders/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 20:15:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[delete]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[current date]]></category>
		<category><![CDATA[delete selection]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[integer]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[repeat]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[text item delimiters]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=328</guid>
		<description><![CDATA[<p></p> <p>This script can be used in a database program or compiled for general use in the Script Editor. It looks for folders such as &#8216;January 2009&#8242; and determines if they are 3 or more months old and, if so, places them in the trash.</p> <p style="padding: 5px; background-color: #C6EF8C; border: dotted 1px green;">set AppleScript's [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/finder-script-to-delete-old-folders/feed/</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
		<item>
		<title>FileMaker Pro AppleScript to Backup Files</title>
		<link>http://www.scriptsforapple.com/filemaker-pro-applescript-to-backup-files/</link>
		<comments>http://www.scriptsforapple.com/filemaker-pro-applescript-to-backup-files/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 00:20:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[button returned]]></category>
		<category><![CDATA[current date]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[hypertalk]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[make new folder]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=85</guid>
		<description><![CDATA[<p></p> <p style="text-align: left;">This script was adapted from one written specifically for a FileMaker Pro program, although it could easily be used in any database program you use that supports AppleScript.</p> <p style="text-align: left;">Most of what appears here builds upon the information presented in previous posts to this point. For a similar AppleScript that is [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/filemaker-pro-applescript-to-backup-files/feed/</wfw:commentRss>
		<slash:comments>166</slash:comments>
		</item>
		<item>
		<title>More on List Dialogs</title>
		<link>http://www.scriptsforapple.com/more-on-list-dialogs/</link>
		<comments>http://www.scriptsforapple.com/more-on-list-dialogs/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 11:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[choose from list]]></category>
		<category><![CDATA[list dialog]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[current date]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[date string]]></category>
		<category><![CDATA[display dialog]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[text item delimiters]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=34</guid>
		<description><![CDATA[<p>This post will deal with what I consider a very concrete use of the &#8216;choose from list&#8217; dialog. After reading this (and perhaps trying it out in the Script Editor) you will probably be totally confused (just kidding!!) It gets a little complicated, but it is basically a cut-and-paste script.</p> <p>If you pay close attention [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/more-on-list-dialogs/feed/</wfw:commentRss>
		<slash:comments>427</slash:comments>
		</item>
	</channel>
</rss>

