Monday, 5 January 2009
Monday, 5 January 2009
5 Jan 2009
05/01/2009
A stack contains the following in Basic Properties:
Code: Select all
on openStack
set the useSystemDate to true
end openStack
Code: Select all
on closeField
if the short name of the target = "Notes" then exit closeField
put the long English date into fld "modified"
end closeField
In today's case, this is shown as "Wednesday, October 28, 2009"
How do I get this to show as "Wednesday, 28 October 2009"?