SetSimpleDate sets the data item at the current pointer to a simple date.
dt:SetSimpleDate(dpDatePoint[, strSubtype])
| estimated | estimated date (est) |
|---|---|
| calculated | Calculated date (cal) |
| approximate | approximate date (app) |
This should only be used where the data item has or will have a "DATE" tag.
An alternate method of setting a simple date is to use the fhNewDate
dtDate = fhNewDate() dpDatePoint = fhNewDatePt(1911,3,11) dtDate:SetSimpleDate(dpDatePoint,'estimated')