Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rafaelrinaldi/week-days
- Owner: rafaelrinaldi
- License: wtfpl
- Archived: true
- Created: 2011-12-14T14:26:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-14T14:35:00.000Z (almost 13 years ago)
- Last Synced: 2024-06-24T02:38:43.867Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - week-days - Useful library to work with week days in ActionScript. (Unsorted / Other API)
README
[license]: https://github.com/rafaelrinaldi/week-days/raw/master/license.txt
# week-days
Useful library to work with week days in ActionScript.---
### Usagetrace(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]