Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Some date functions take format strings. This table lists the most commonly used format directives. See also the Python documentation for datetime format strings for a more complete reference.

...

Sun, Mon, …, Sat (en_US);
So, Mo, …, Sa (de_DE)

...

Jan, Feb, …, Dec

...

January, February, …, December

...

AM, PM

...

The separate page Format Strings documents this Python datetime format string.

Aggregation Functions

Aggregation functions are used on keywords and work on the entire list, instead of individual values. Most of the functions assume numeric values in the list.

...