Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feathersui/feathersui-formatters
A port of the string formatting classes from Apache Flex (formerly Adobe Flex) to Feathers UI for Haxe and OpenFL
https://github.com/feathersui/feathersui-formatters
adobe-flex apache-flex feathers-ui formatter haxe openfl
Last synced: 2 months ago
JSON representation
A port of the string formatting classes from Apache Flex (formerly Adobe Flex) to Feathers UI for Haxe and OpenFL
- Host: GitHub
- URL: https://github.com/feathersui/feathersui-formatters
- Owner: feathersui
- License: apache-2.0
- Created: 2022-08-18T22:25:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T22:17:34.000Z (5 months ago)
- Last Synced: 2024-08-28T23:29:59.885Z (5 months ago)
- Topics: adobe-flex, apache-flex, feathers-ui, formatter, haxe, openfl
- Language: Haxe
- Homepage: https://api.feathersui.com/formatters/
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Formatters for Feathers UI
A port of the string formatting classes from [Apache Flex](https://flex.apache.org/) (formerly Adobe Flex) to [Feathers UI](https://feathersui.com/) for [Haxe](https://haxe.org/) and [OpenFL](https://openfl.org/).
Includes the following formatters:
- [`CurrencyFormatter`](https://api.feathersui.com/formatters/current/feathers/formatters/CurrencyFormatter.html)
- [`DateFormatter`](https://api.feathersui.com/formatters/current/feathers/formatters/DateFormatter.html)
- [`NumberFormatter`](https://api.feathersui.com/formatters/current/feathers/formatters/NumberFormatter.html)
- [`PhoneFormatter`](https://api.feathersui.com/formatters/current/feathers/formatters/PhoneFormatter.html)
- [`ZipCodeFormatter`](https://api.feathersui.com/formatters/current/feathers/formatters/ZipCodeFormatter.html)## Minimum Requirements
- Haxe 4.0
- OpenFL 8.9.7## Installation
Run the following command in a terminal to install [feathersui-formatters](https://lib.haxe.org/p/feathersui-formatters) from Haxelib.
```sh
haxelib install feathersui-formatters
```## Project Configuration
After installing the library above, add it to your OpenFL _project.xml_ file:
```xml
```
## Documentation
- [feathersui-formatters API Reference](https://api.feathersui.com/formatters/)