Top "Format" questions

It may refer to text formatting, content format, file format, document file format, etc.

How do I render a partial of a different format in Rails?

I'm trying to generate a JSON response that includes some HTML. Thus, I have /app/views/foo/bar.json.erb: { …

ruby-on-rails format render partial actionview
ValueError: zero length field name in format python

Possible Duplicate: “ValueError: zero length field name in format” error in Python 3.0,3.1,3.2 I have spent hours trying to solve this …

python format
Format a double value like currency but without the currency sign (C#)

I feed a textbox a string value showing me a balance that need to be formatted like this: ###,###,###,##0.00 I could …

c# string format currency
How can I format a String number to have commas in android Edit Field

For what function I can use in android to display the number into different formats. For eg: If I enter 1000 …

java android string format
SQL date format convert? [dd.mm.yy to YYYY-MM-DD]

is there mySQL function to convert a date from format dd.mm.yy to YYYY-MM-DD? for example, 03.09.13 -> 2013-09…

mysql sql date format sql-function
Java Printing a Binary Tree using Level-Order in a Specific Format

Okay, I have read through all the other related questions and cannot find one that helps with java. I get …

java format binary-tree order-of-execution
Set data type like number, text and date in excel column using Microsoft.Office.Interop.Excel in c#

My problem is that I am trying to set data type to an excel column in C#, in this case …

c# excel format ms-office
MP4 File Format Specification

I am writing some code to parse MP4 files ... Is there a free source to get documentation on the MP4 …

format mp4 specifications iso
Formatting money in twig templates

Are there any filters or something like that in twig template engine to format money or numbers?

numbers format currency twig
Laravel Carbon Data Missing

In my model I have the following: protected $dates = [ 'start', 'end', 'created_at', 'updated_at' ]; I am using a datetime …

php laravel format php-carbon