long lastmodified = file.lastModified();
String lasmod = /*TODO: Transform it to this format YYYY-MM-DD*/
|
|
|||||
|
|
|
Something like:
See the javadoc for SimpleDateFormat. |
||||
|
|
|
Look up the correct pattern you want for SimpleDateFormat... I may have included the wrong one from memory. |
||
|
|
|
|
|
||
|
|
|
|
Try:
|
||
|
|
|
|
|
||
|
