Hi, Is the data on a standard calendar, or does the time axis have a calendar=Julian attribute? Assuming it does not have a Julian calendar attribute but is just on Ferret's default calendar, then all you need to do is adjust by the number of days from 1-jan-1900 to 1-jan-1992. You could use Ferret to define a daily time axis spanning those dates and see how long it is, but it's even easier than that: yes? show func *1900* you'll see there's a function already: DATE1900(formatted date) So, if your time variable with days since 1992 is t1992, you can yes? let many_days = date1900("1-jan-1992") yes? list DAYS1900TOYMDHMS(t1992 + many_days) (Or is it (t1992 + many_days - 1)? You should check my logic there. ) -Ansley On 7/16/2013 10:28 AM, golla
nageswararao wrote:
|