Format

The available formats for reading and storing date components.

  • YMD

    The format “yyyy-MM-dd”.

  • The format “yyyy-MM-dd HH:mm”.

    This format is lexically comparable with SQLite’s CURRENT_TIMESTAMP.

  • The format “yyyy-MM-dd HH:mm:ss”.

    This format is lexically comparable with SQLite’s CURRENT_TIMESTAMP.

  • The format “yyyy-MM-dd HH:mm:ss.SSS”.

    This format is lexically comparable with SQLite’s CURRENT_TIMESTAMP.

  • HM

    The format “HH:mm”.

  • HMS

    The format “HH:mm:ss”.

  • The format “HH:mm:ss.SSS”.