Top "Format" questions

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

C - The %x format specifier

I have a small question. I know that the %x format specifier can be used to read values from the …

c string security format
Javascript Thousand Separator / string format

Is there any function in Javascript for formatting number and strings ? I am looking for a way for thousand separator …

javascript string numbers format
How to format code in Xcode?

I wonder how can I format my code to align it neatly? Does it have a feature similar to Eclipse's …

xcode format keyboard-shortcuts code-formatting
Formatting a number as currency using CSS

Just wondering if anyone knows whether it is possible to format the content of an element as currency using only …

html css format
How enable auto-format code for Intellij IDEA?

Is it possible in Intellij IDEA after typing ';' or press 'Enter' happened formatting of this string? For instance, …

intellij-idea format reformat
Need to get current timestamp in Java

I need to get the current timestamp in Java, with the format of MM/DD/YYYY h:mm:ss AM/…

java datetime format timestamp
How to print a double with two decimals in Android?

Maybe this is a silly question, but I cannot guess how to solve it if it's not creating a method. …

android format double show settext
Changing date format in R

I have some very simple data in R that needs to have its date format changed: date midpoint 1 31/08/2011 0.8378 2 31/07/2011 0.8457 3 30/06/2011 0.8147 4 31/05/2011 0.7970 5 30/04/2011 0.7877 6 31/03/2011 0.7411 7 28/02/2011 0.7624 8 31/01/2011 0.7665 9 31/12/2010 0.7500 10 30/11/2010 0.7734 11 31/10/2010 0.7511 12 30/09/2010 0.7263 13 31/08/2010 0.7158 14 31/07/2010 0.7110 15 30/06/2010 0.6921 16 31/05/2010 0.7005 17 30/04/2010 0.7113 18 31/03/2010 0.7027 19 28/02/2010 0.6973 20 31/01/2010 0.7260 21 31/12/2009 0.7154 22 30/11/2009 0.7287 23 31/10/2009 0.7375 Rather than %…

r date format strptime r-faq
Where's the DateTime 'Z' format specifier?

[Update: Format specifiers are not the same thing as format strings; a format specifier is a piece of a custom …

c# datetime format utc
What's the difference between ISO 8601 and RFC 3339 Date Formats?

ISO 8601 and RFC 3339 seem to be two formats that are common the web. Should I use one over the other? …

datetime format web-standards