useSystemDate not working for me??
Posted: Wed Nov 01, 2023 3:29 am
This has worked normally for me for decades, and a forum search found no-one else with the same problem, so I have raised it here rather than in Bug Triage. Suggestions welcomed:
This script:
on mouseUp
set the useSystemDate to true
put the long date into field "f1"
end mouseUp
Gives me "Wednesday, November 1, 2023" yet my system date is set to Australia (day before month), my Mac showing "Wed 1 Nov" in the menu bar and elsewhere showing local date format at all times.
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
Livecode 9.6.10
This script:
on mouseUp
set the useSystemDate to true
put the long date into field "f1"
end mouseUp
Gives me "Wednesday, November 1, 2023" yet my system date is set to Australia (day before month), my Mac showing "Wed 1 Nov" in the menu bar and elsewhere showing local date format at all times.
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
Livecode 9.6.10