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

author
Rafael Rinaldi
Dec 14, 2011
c10fae8 · Dec 14, 2011

History

1 Commit
Dec 14, 2011
Dec 14, 2011
Dec 14, 2011

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

No packages published