Closed andreyvital closed 10 years ago
can I use this outside of a node?
– goal:
var formatted = new Formatter('123123123', '({999}) - ({999}, {999})'); // (123) - (123, 123)
There's any way to reach this? Thanks.
The library was not built for this use case.
If desired, you could use a hidden element and simply grab the formatted value from it?
@jaridmargolin yes, but I already solved.
can I use this outside of a node?
– goal:
There's any way to reach this? Thanks.