Ferreteria/v0.5/@cls/data/unit/calc/cTime: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
(Created page with "{{page/ferret/class}} {| style="border: solid 1px grey; background: #eef;" |- | {{l/ver/class|ns=data/unit/calc|cObject}} | → | {{l/ver/class|ns=data/unit/calc|cTime}} |} * '''Source''': {{l/ferreteria/code|data/fields/unit/native/types.php}}")
 
No edit summary
 
Line 7: Line 7:
|}
|}
* '''Source''': {{l/ferreteria/code|data/fields/unit/native/types.php}}
* '''Source''': {{l/ferreteria/code|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.

Latest revision as of 19:28, 20 March 2023

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.