Ferreteria/v0.5/@cls/data/unit/calc/cTime

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Revision as of 19:28, 20 March 2023 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
class ferret\data\unit\calc\cTime
cObject cTime
  • Source: data/fields/unit/native/types.php
  • Implementation: SQL seems to use a human-readable date format. I'm assuming that 'Y-m-d H:i:s' will work for all SQL engines.
  • Later: Could add user-selected timestamp format for display.