Skip to content

derbrill/libdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •