liveCode library to handle date and time functions
To use this library, don't use string for date, but just commas.
For example this is wrong:
put "2010,1,1" into temp
put libDate_DayNumber(temp)
On the contrary this is correct:
put 2010,1,1 into temp
put libDate_DayNumber(temp)
You can either copy the content of libdate.livecodescript to your stack, or use it as a script only library (see start using in LC Dict)