Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 495 Bytes

File metadata and controls

20 lines (12 loc) · 495 Bytes

libdate

liveCode library to handle date and time functions

Usage

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)

Installation

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)