Versions Compared

Key

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

...

If you define a date, time or timestamp column in your database the database connector will need to know the format of those dates in order to properly parse them. Also, when the connector reads the dates from the database, it will transform them to XML dates and those also can have a specific format. You can define both the databse database and the xml date formats. Those definitions are done by defining attributes in the queryset element. For instance:

...