It would be convenient if you could specify the output format using a data attribute such as the following rather than having to write a new viewmodel function: <span data-format="{0:C}" data-bind="text: amount"></span> Currently you have to bind the element to a new viewmodel function which doesn't lend itself to the observable concept with remote data sources.