View Single Post
Should anyone want to 'clean' their date data (consistently normalize all unspecified times down to a base value like "00:00" or "12:00") this can, of course be done with applescript idioms like:

Code:
on TimeLess(dteTime)
	date (short date string of dteTime)
end TimeLess

Last edited by RobTrew; 2010-08-08 at 01:02 PM..