Datestamp Value
(Redirected from dstamp)
Jump to navigation
Jump to search
A Datestamp Value is a temporal value that represents a calendar date.
- Context:
- It can be associated with a Temporal Record (a Datestamped Event).
- Example(s):
dstamp=`date +%y%m%d`
, using the Unix date Utility.- …
- Counter-Example(s):
tstamp=`date +%H%M%S`
, using the Unix date Utility.
- See: Transaction Record.