bubbles icon indicating copy to clipboard operation
bubbles copied to clipboard

Date to/from string conversions should use SQL format

Open Stiivi opened this issue 11 years ago • 0 comments

Operations such as string_to_date should use format as SQL databases use (see PostgreSQL for example).

Reason: more human readable than the strptime() format with %'s

Note that the SQL format is a bit richer and might have different first element indexes (1 vs 0) in some cases.

Stiivi avatar Jul 07 '13 07:07 Stiivi