public class Format extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Format.FORMAT_TYPE |
Constructor and Description |
---|
Format() |
Modifier and Type | Method and Description |
---|---|
static String |
format(Date date) |
static String |
format(Date date,
Format.FORMAT_TYPE type) |
static String |
format(Date date,
Locale locale,
Format.FORMAT_TYPE type) |
static String |
format(double d) |
static String |
format(Double d) |
static String |
format(Throwable t) |
static String |
formatPercentage(double pct) |
static String |
formatPercentage(Number pct) |
static String |
formatTextBoxDate(Date date) |
public static String formatPercentage(double pct)
public static String format(double d)
public static String format(Date date, Format.FORMAT_TYPE type)
public static String format(Date date, Locale locale, Format.FORMAT_TYPE type)
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.