Top "Formatting" questions

The process of transforming text or data for presentation.

How can I write data in YAML format in a file?

I need to write the below data to yaml file using Python: {A:a, B:{C:c, D:d, E:…

python formatting yaml pyyaml
How to convert current date into string in java?

How do I convert the current date into string in Java?

java string date formatting
Generate fixed length Strings filled with whitespaces

I need to produce fixed length string to generate a character position based file. The missing characters must be filled …

java string formatting
format a number with commas and decimals in C# (asp.net MVC3)

I Need to display a number with commas and decimal point. Eg: Case 1 : Decimal number is 432324 (This does not have …

c# asp.net-mvc-3 formatting number-formatting
AngularJS format JSON string output

I have an AngularJS application, which collects data from input, transforms a model into a string using JSON.stringify() and …

javascript json string angularjs formatting
Converting 24 hour time to 12 hour time w/ AM & PM using Javascript

What is the best way to convert the following JSON returned value from a 24-hour format to 12-hour format w/ …

javascript datetime time formatting
Sprintf equivalent in Java

Printf got added to Java with the 1.5 release but I can't seem to find how to send the output to …

java string formatting
Intellij reformat on file save

I remember seeing in either IntelliJ or Eclipse the setting to reformat (cleanup) files whenever they are saved. How do …

formatting intellij-idea
The shortest possible output from git log containing author and date

How can I show a git log output with (at least) this information: * author * commit date * change I want it …

git formatting logging
php Replacing multiple spaces with a single space

I'm trying to replace multiple spaces with a single space. When I use ereg_replace, I get an error about …

php regex formatting string-formatting ereg-replace