Hi,
I’m looking for a solution to format a date. Does MicroEJ has an implementation of a date formater?
Thanks
Hi @mesta,
Yes, we have a library to format Date. You can find it through the resources page [1].
More specifically you can add it to your module.ivy with the following line in your dependencies:
<dependency org="ej.library.util" name="dateformat" rev="1.+"/>
Gaëtan for MicroEJ