Skip to content
 
 

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

liveCode library to handle date and time functions

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages