Page 1 of 1

Problem with (parse-date)

Posted: Thu Jun 26, 2008 9:03 am
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")
>

Posted: Thu Jun 26, 2008 9:15 am
by Lutz
As mentioned in the documentation: This function is not available on Win32 platforms.