MomentJS format string
Format a value using the defined format string. Currently supports datetimes and numbers only.
Format string to apply to the value
The value to format
Type of the value as defined in the metadata e.g. ContentString
Set the initial culture to be used when formatting from the window.navigator.language
or override by the i18n.culture
setting
Format a number and return it as a string
Number to format
Format string, supported formats include e, E (scientifix); c, C (currency); and symbols as documented here: http://numbrojs.com/format.html
Converts a .NET datetime format string into a MomentJS format string
Format string to convert
Generated using TypeDoc
Format a datetime and return it as a string
DateTime to format