Date Format is an AppleScript scripting addition (OSAX) that allows you to format a date/time value in the same manner as is possible with the Unix strftime programming call. For those not familiar with strftime, it allows you to specify a formatting string and returns a string with the date formatted according to that string.