Hello,<br><br>I wish to make a CCK Date field that allows for approximate historical dates.  As far as I understand in D6 you can have a from and to date, but the granularity is applied to both fields, for every use of the field.<br>

<br>If I made a new content type called Historical Figure, and had birth and death dates, I would want to allow the user to be able to enter different kinds of birth dates, like &quot;circa 1634&quot;, &quot;April 1837&quot;, &quot;Summer 1919&quot; or &quot;late 1600&#39;s&quot;.<br>

<br>From a db perspective I imagine I could make it a combination of a date or datetime plus an enum, and some drupal hook would be responsible for turning the date+enum into the phrase.<br><br>What would be the best way of creating this new date field?  I know the Date API has been extensively worked on, but am unsure how to hook into it.<br>

<br>Should I just create a new date field type?  Or try to use existing modules (say-- a multigroup of date + text area with the calculated fields module)?<br><br>Thank you<br>Jon<br>