Skip to content

[YDBOcto#382] Implement Date/Timestamp types

Sam Habiel requested to merge shabiel/YDBOctoVistA:octo382-datetime into master

With YDBOcto#382, Dates and Timestamps are now available in Octo.

All Fileman Date fields are now classified to either DATE FILEMAN or TIMESTAMP FILEMAN based on the presence of "T" in %DT in the Input Transform.

See this page for detail on %DT: https://www.hardhats.org/fileman/pm/cl_dt1.htm.

Functions have been updated to accept date types as appropriate.

TEMP Change: Pipeline runs a custom Octo branch, not the master branch. This needs to be reverted after merge.

Edited by Sam Habiel

Merge request reports