Date, Time and Currency Formatter
Last updated
Was this helpful?
Last updated
Was this helpful?
When creating applications, it's often necessary to display dates, times and currencies to users in a format that's easily understandable. This feature allows us to convert dates and times from ISO format to a more human-readable format and converts numerical data into a currency format, ensuring that currency symbols, decimal separators match the conventions familiar to the user.
📍 Where to add the tag: A text element.
Converts an IOS format to specific date and time formats.
If you're binding the text, use:
Example:
For the date 2024-01-31
or 2024-01-31T10:30:00Z
, annotate it with [format:date:medium:2024-01-31T10:30:00Z]
to display it as Jan 31, 2024
.
Converts a number from API into a selected currency. All ISO currency format with 3 letters are supported.
Example:
For the amount 2500.5, annotate it with [format:currency:USD]
to display it as 2.500,5 US$
Your feedback is valuable to us. If you have any suggestions or questions, please don't hesitate to reach out to us in the .