Vuze Forums

Full Version: DATE (added) and (Completed)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I recently asked about Dates, and the Admin showed me how.... I found that I could add both Date Added, and Date Completed to my Library Column.

Really cool.....except:

The dates show up like this:    47/26/2015   or    54/29/15    I have tried using the field changer from MM/DD/YYYY, but the problem persists.

ALSO:  The dates in some cases, actually look real, except, when I download, it shows a date of (Example)  07/04/15, except this is February, and July hasn't come yet.

Any thoughts?  Please?  Thanks in advance,  "Doc"
I told you already... The date format string follows these rules:


http://docs.oracle.com/javase/6/docs/api...ormat.html
(02-10-2015, 11:41 AM)'parg' Wrote: [ -> ]I told you already... The date format string follows these rules:


http://docs.oracle.com/javase/6/docs/api...ormat.html



 
I am not a programmer, nor does my experience lend itself to understanding all of what was shown at the link you sent.

if "MM/DD/YY" is WRONG...... Please advise what I should put in the field.  

Thanks


 

 
Its pretty simple - look at the table of 'pattern letters'

upper-case 'D' is 'Day in year'
lower-case 'd' is 'Day in month'

etc