Top "Format" questions

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

Python dateutil.parser.parse parses month first, not day

I'm using dateutil.parser.parse to format a date from a string. But now it mixes up the month and …

python parsing datetime format python-dateutil
Oracle sqlldr timestamp format headache

I'm struggling to get sqlldr to import a csv data file into my table, specifically with the field that is …

oracle format timestamp sql-loader
ValueError: zero length field name in format in Python2.6.6

I use this python shell to generate a string: >>>':'.join("{:x}\n".format(random.randint(0, 2**16 …

python format
Looking for a clear description of Excel's .xlsx XML format

Microsoft Excel's ".xlsx" files are zip files that each contain a set of files. Could someone please provide a link …

xml excel syntax format xlsx
MissingFormatArgumentException error

I have been successful in compiling my inventory program: // Inventory.java part 1 // this program is to calculate the value of …

java format inventory
Format sql query in TOAD 7.

In toad's older version i can easily able to format the query in Toad's Query editor by right click > …

sql format toad
How to know if now time is between two hours?

I have a now time: new Date(); And I have some hour constants, for example, 23 and 8 (it's 11pm or 23:00, 8am …

java android time format hour
NPOI Date Format Cell

I'm using NPOI to create fixed worksheet template in Sheet1, and need data from Sheet2 that's in date format.I …

c# date format cell npoi
Is there a string formatting operator in R similar to Python's %?

I have a url that I need to send a request to using date variables. The https address takes the …

python r string format
Python String Formats with SQL Wildcards and LIKE

I'm having a hard time getting some sql in python to correctly go through MySQLdb. It's pythons string formatting that …

python sql format sql-like