mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-13 22:25:50 +01:00
Reorder date format for DateTime prompt to match
This commit is contained in:
parent
e2c6ddab46
commit
56887451ad
@ -62,7 +62,7 @@ public class DateTimePrompt extends QuestsEditorNumericPrompt {
|
||||
return dateData;
|
||||
}
|
||||
final Calendar cal = Calendar.getInstance();
|
||||
final SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/yyyy");
|
||||
final SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy/dd/MM");
|
||||
final SimpleDateFormat timeFormat = new SimpleDateFormat("HH:mm:ss");
|
||||
|
||||
cal.set((Integer) context.getSessionData("tempYear"), (Integer) context.getSessionData("tempMonth"),
|
||||
|
Loading…
Reference in New Issue
Block a user