If you use the DATE field name, then the date string will remain static until you manually update it using the UDPATEFIELD command.
If you want a FIELD that includes a date that automatically updates, you can use the following DIESEL string in your field.
$(edtime, 0, MON DD"," YYYY-H:MM:SS am/pm)
Remember that the value of FIELDEVAL determines what events trigger the automatic field updates.
Labels: Fields
PermaLink Posted 7/01/2005 12:36:00 PM
1 COMMENTS!
Comment from: Dubin
Date: August 7, 2008 at 2:20:00 PM CDT
ok, i vaguely know what diesel is, but how exactly to I incorporate that code?