hello Everyone,
I'm new to forum. I want to know that is it possible to find last date of modifiation of Image in mobile? If yes, can any body tell me how?
Thanks
hello Everyone,
I'm new to forum. I want to know that is it possible to find last date of modifiation of Image in mobile? If yes, can any body tell me how?
Thanks
If you will connect to an image file through the FileConnection API, you will be able to call the "lastModified()" method of the FileConnection. This method returns a long value, representing the time the file was last modified, measured in milliseconds since the epoch (00:00:00 GMT, January 1, 1970).