
Key: |
QB-612
|
Type: |
Improvement
|
Status: |
Resolved
|
Resolution: |
Won't Fix
|
Priority: |
Major
|
Assignee: |
Unassigned
|
Reporter: |
Robin Shen
|
Votes: |
1
|
Watchers: |
1
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 12/Sep/10 02:56 AM
Updated: 31/Aug/11 03:39 AM
|
|
Component/s: |
None
|
Affects Version/s: |
None
|
Fix Version/s: |
3.0.4
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
For now,the default auto backup file pattern is ""yyyy.MM.dd_HH.mm.ss".zip ,it would be great if we change the filename:)
AutoBackupSetting should add a property as "backupFilePatten",so we customise backup file name.
eg: we can autobackup everyday,but only need save a backup per month,we can set backupFilePatten="yyyy-MM"
|
Description
|
For now,the default auto backup file pattern is ""yyyy.MM.dd_HH.mm.ss".zip ,it would be great if we change the filename:)
AutoBackupSetting should add a property as "backupFilePatten",so we customise backup file name.
eg: we can autobackup everyday,but only need save a backup per month,we can set backupFilePatten="yyyy-MM" |
Show » |
|
http://download-llnw.oracle.com/javase/1.5.0/docs/api/java/text/SimpleDateFormat.html
joda DateTimeFormat:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
you can see they have some differents,eg: jdk support "Week in month"(W),but joda not :(