Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

rafaelrinaldi/week-days

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

week-days

Useful library to work with week days in ActionScript.


Usage

trace(WeekDays.byId(0).name); // "sunday"
trace(WeekDays.byName("friday").id); // 5
trace(WeekDays.getCurrent()); // A WeekDay instance with current week day.
trace(WeekDays.get()); // A list with all week days.

License

WTFPL

About

Useful library to work with week days in ActionScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages