G
Gary Schuldt
I want to use the Now() function, which returns both the current date and
time.
I need some sage advice on what to name the database field I store this
value in. I could call it DateCreated, but it's more than just a "date",
since it includes hour/min/sec etc., too.
I could call it TimestampCreated, but it's more than just a time-stamp--it
also has "date" in it!
What's the Best Practice on naming such fields so that the names are not
(too) misleading?
Thanks!
Gary
time.
I need some sage advice on what to name the database field I store this
value in. I could call it DateCreated, but it's more than just a "date",
since it includes hour/min/sec etc., too.
I could call it TimestampCreated, but it's more than just a time-stamp--it
also has "date" in it!
What's the Best Practice on naming such fields so that the names are not
(too) misleading?
Thanks!
Gary