Versions Compared

Key

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

...

Info
titleAcknowledgement

Advanced date sorting support with the Date column type is provided using JavaScript implemented by the Table Library for Bob Swift Apps with the help of the Moment.js library (open source, MIT license). A summary of the relevant parts of the Moment.js documentation is repeated here.

...

When the date format contains national language words, the appropriate language needs to be indicated. English (US) is the default, if nothing is specified. Specify the language between the date indicator M and the format string.

For example:  M(de)YYYY-MMM-DD for a German date like 2013-Mrz-10

M(fr) for a French date like Janv 10, 2013

...