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: <425@sequent.cs.qmc.ac.uk> Date: 22 Mar 88 14:25:48 GMT References: <10520005@hpfcdc.HP.COM> Reply-To: davide@cs.qmc.ac.uk (David Edmondson) Organization: Computer Science Dept, Queen Mary College, University of London, UK. Lines: 23 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 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. 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