CImage:DateStr
The DateStr method returns a string for the date-stamp at the beginning of the exposure.
sDate = CImage:DateStr() |
The return value is referred to GMT date. The related Date method returns the date as a number of days.
Suppose that an image in the file sPath was acquired on 24 March 1996 GMT. The following script fragment returns the date on which the image was acquired:
|
-- create a new CImage |
|
-- open the image |
|
-- Result: d = 9579 days |
|
-- Result: D ='1996-03-24' |