Re: Stuck on function 'expDat' on PLEAC

2018-06-05 Thread Arie van Wingerden
Oh dear!
Did not see that one coming ...

The issue here is that I haven't taken the time to study enough.

Blush :-(

Op di 5 jun. 2018 13:42 schreef Alexander Burger :

> Hi Arie,
>
> > (at least under Windows WSL) the function 'expDat' does not seem to work
> as
> > expected.
> >
> > My results:
> >: (expDat "31")
> >-> NIL
>
> We have June with only 30 days ;)
> ♪♫ Alex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>


Re: Stuck on function 'expDat' on PLEAC

2018-06-05 Thread Laurent Artaud

Le 05/06/2018 à 13:34, Alexander Burger a écrit :

Hi Arie,


(at least under Windows WSL) the function 'expDat' does not seem to work as
expected.

My results:
: (expDat "31")
-> NIL


We have June with only 30 days ;)
♪♫ Alex



It might be better to use "28" as an example in order for it to work any month 
of the year…


Regards.

--
Laurent ARTAUD (laurent.art...@free.fr)

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Stuck on function 'expDat' on PLEAC

2018-06-05 Thread Alexander Burger
Hi Arie,

> (at least under Windows WSL) the function 'expDat' does not seem to work as
> expected.
> 
> My results:
>: (expDat "31")
>-> NIL

We have June with only 30 days ;)
♪♫ Alex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Stuck on function 'expDat' on PLEAC

2018-06-05 Thread Arie van Wingerden
Hi,

working on "Parsing Dates and Times from Strings" here
http://pleac.sourceforge.net/pleac_picolisp/datesandtimes.html I find that
(at least under Windows WSL) the function 'expDat' does not seem to work as
expected.

My results:
   : (expDat "31")
   -> NIL

Is this a Windows only issue?

Thx!
   Arie