Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelrinaldi/week-days

Useful library to work with week days in ActionScript.
https://github.com/rafaelrinaldi/week-days

Last synced: 3 months ago
JSON representation

Useful library to work with week days in ActionScript.

Awesome Lists containing this project

README

        

[license]: https://github.com/rafaelrinaldi/week-days/raw/master/license.txt

# 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][license]