| Author |
file.lastModified() question
|
Serban Alex
Greenhorn
Joined: Nov 14, 2006
Posts: 7
|
|
I want to convert the return value in a "human readable value" Is there any function to convert to that form?
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24057
|
|
|
"new java.util.Date(theValue).toString()" is the most direct way. There are plenty of other things you can do to have control over the format.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: file.lastModified() question
|
|
|