[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: And next... was Re: ProDOS MLI error 0x56 Re: Customizing EHBASIC with ProDOS-8 and PDOS-RDOS
John B. Matthews wrote:
> In article <lyricalnanoha-1266693295@macgui.com>,
> lyricalnanoha@dosius.ath.cx (Steve Nickolas) wrote:
>
>> CAT is almost working. I'm having trouble decyphering the dates (the
>> info I'm getting back from ProDOS, interpreted through the tech
>> manual, isn't matching the info I'm getting back from BASIC.SYSTEM)
>> so it says <NO DATE> for all files, and it doesn't display the
>> summary, or the CATALOG extensions, but it's otherwise working.
>
> For reference, here's a Java take on ProDOS dates. Note that ProDOS
> months start at one; Java's start at zero:
>
> <http://applecommander.cvs.sourceforge.net/viewvc/applecommander/AppleCom
> mander/src/com/webcodepro/applecommander/util/AppleUtil.java?revision=1.1
> 1&view=markup>
>
getProdosDate, I assume? Looks simple enough.
-uso.