Format
(Built-in Mathematica Symbol) Format[expr] prints as the formatted form of expr. Assigning values to Format[expr] defines print forms for expressions. Format[expr, form] gives a format for the specified ...
StringFormat["string"] attempts to determine what ImportString format could be used to import the string " string".
NumberFormat is an option for NumberForm and related functions that specifies how the mantissa, base, and exponent should be assembled into a final print form.
FileFormat["name"] attempts to determine what Import format could be used to import the file corresponding to " name".
$DateStringFormat gives the default format to use for date strings generated by DateString.
While there is typically one representation for exact numbers, approximate numbers can be presented differently according to the conventions of different professions or ...
Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...
Not only can Mathematica perform very complicated data analysis, it can also display these results in a formatted, easy-to-read display that can be used in other documents or ...
DateTicksFormat is an option for DateListPlot which specifies how date tick labels should be formatted.