Path: utzoo!mnetor!uunet!mcvax!ukc!eagle!icdoc!qmc-cs!davide From: davide@cs.qmc.ac.uk (David Edmondson) Newsgroups: comp.sys.mac.hypercard Subject: Re: HyperCard 1.1 in Review (short) Message-ID: <428@sequent.cs.qmc.ac.uk> Date: 28 Mar 88 12:51:02 GMT References: <10520005@hpfcdc.HP.COM> <425@sequent.cs.qmc.ac.uk> Reply-To: davide@cs.qmc.ac.uk (David Edmondson) Organization: Computer Science Dept, Queen Mary College, University of London, UK. Lines: 28 Summary: Expires: Sender: Followup-To: Keywords: This is a repost of a message which I think only went to the UK last time. Does the internationalisation of the diary stack etc. involve a fix of the date conversion bug experienced with UK systems or is it a work-around? The bug is that converting to a short UK date works fine but converting back to a long date or any other form works as if the short date was a short US date, This means that any stack which uses dates in a non-trivial way only works one day a month. Try the following on a UK system: on mouseUp put the long date into temp put temp && return into card field 1 convert temp to date put temp && return after card field 1 convert temp to long date put temp after card field 1 end mouseUp Cheers, Dave Dave Edmondson, QMC, London. davide@uk.ac.qmc.cs