Problem with (parse-date)

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
alex
Posts: 100
Joined: Thu Mar 10, 2005 2:27 pm
Location: Russia

Problem with (parse-date)

Post by alex »

I use example from manual, but it not work!

Code: Select all

newLISP v.9.3.17 on Win32 IPv4, execute 'newlisp -h' for more info.

> (parse-date "2007.1.3" "%Y.%m.%d")

ERR: invalid function : (parse-date "2007.1.3" "%Y.%m.%d")
>

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

As mentioned in the documentation: This function is not available on Win32 platforms.

Locked