Top "Format" questions

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

Why do i get #### in the NUMBER column after format... Oracle?

I have two problematic columns: Fee NUMBER type, AdjFee also NUMBER. After column Fee format a5; select Fee ID smth …

oracle numbers format sqlplus
PHP date(): minutes without leading zeros

I'd like to know if there is a formatting letter for PHP's date() that allows me to print minutes without …

php date format
How to auto format code indentations in VS2012?

How to auto format code in VS2012 to save time typing and deleting spaces and tabs?

visual-studio-2012 format indentation auto-indent
Formatting Currencies in Foreign Locales in Java

I'm doing my best to find a way to format foreign currencies across various locales which are not default for …

java format currency
How to use EXECUTE FORMAT ... USING in postgres function

CREATE OR REPLACE FUNCTION dummytest_insert_trigger() RETURNS trigger AS $BODY$ DECLARE v_partition_name VARCHAR(32); BEGIN IF NEW.datetime …

postgresql format execute using
how to do a dictionary format with f-string in python 3.6?

How can i do this format with python 3.6 F-String ? person = {'name': 'Jenne', 'age': 23} print('My name {0[name]} and my age {1[…

python dictionary format f-string
Stata: how to change a string variable to a date?

I'm new to Stata, and I'm wondering how can I change a string variable which contains a date to a …

string date format stata
How to (try)parse a single String to DateTime in "DD/MM/YYYY" format? (VB.Net)

How to (try)parse a single String to DateTime in "DD/MM/YYYY" format? (VB.Net) For example: I use …

vb.net datetime parsing format tryparse
JavaScript Number.toLocaleString() with 4 digits after separator

Is there a way to get number.toLocaleString() with 4 digits after the comma? Example: var number = 49.9712; document.getElementById('id').innerText = …

javascript numbers format
UUID format: 8-4-4-4-12 - Why?

Why are UUID's presented in the format "8-4-4-4-12" (digits)? I've had a look around for the reason …

format guid uuid