Venerd�, 12 set 2003, alle 14:21 Europe/Rome, [EMAIL PROTECTED] ha scritto:
Message: 3 From: [EMAIL PROTECTED] Date: Fri, 12 Sep 2003 05:47:24 -0400 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Non-English dates Reply-To: [EMAIL PROTECTED]
Two date questions...
I am trying to manipulate locale-independent dates by using dateItems, system weekdayNames and system monthNames. As I only have an English-based system, could any non-English system users help me out?
[1] Date format convert...
on mouseUp
put line 6 of the abbrev system monthNames into tMth # or pick a number 1-12
get (tMth & " 1, 2004") # or pick a year
convert it to dateItems
put it &cr& the result # Do you get "invalid date"?
end mouseUp
Yes, I do,
on Italian 10.2.6, Rev 2.0.1
giu 1, 2004 invalid date
but line 7 of the sytem weekdaynames is sabato (saturday) here too...
Regards,
Giulio _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
