newLISP Fan Club

Forum => newLISP and the O.S. => Topic started by: alex on June 26, 2008, 02:03:18 AM

Title: Problem with (parse-date)
Post by: alex on June 26, 2008, 02:03:18 AM
I use example from manual, but it not work!
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")
>
Title:
Post by: Lutz on June 26, 2008, 02:15:18 AM
As mentioned in the documentation: This function is not available on Win32 platforms.