The 'thing' that caught my eye this morning was this:
https://forums.livecode.com/viewtopic.p ... ma#p226539
and, to save anyone the bother of 'taking a walk on the tame side', I will quote the meaty bits here:
"
Code: Select all
on mouseUp
set the useSystemDate to true
put the long date into field "f1"
end mouseUp
Same with "put the system date" into the message box, gives me "11/1/23" not "1/11/23", as does "put the date" of course.
MacOS 14.0"
As (Sunday) I am at home, and my machine running MacOS 14 is now at school (so check tomorrow), I can ONLY see what happens 'here' on my MacOS 12 machine:
- -
Code: Select all
on mouseUp
set the useSystemDate to true
put the long date into field "f1"
put the system date into field "f2"
end mouseUp