- formatCurrency(String, String) - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Create a correctly formatted currency String by passing in an ISO 4217 currency code and a String amount.
- formatCurrency(String, BigDecimal) - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Create a correctly formatted currency String by passing in an ISO 4217 currency code and a BigDecimal amount.
- formatDate(Date) - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Format a date into the standard GAAP format (i.e yyyy-MM-dd) using the system timezone.
- formatDate(Date, String) - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Format a date into the standard GAAP format (i.e.
- formatDate(Date, ZoneId) - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Format a date into a specified format using the system timezone.
- formatDate(Date, String, ZoneId) - Method in interface com.speechstorm.fish.indy.scripting.IndyAPI
-
Format a date into a specified format with a specified timezone