I currently need to create my own dates (a user has to specify it), but it is not the current date. I want in in the format specified in Joda Time. DateTime(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute)
Although any alternative will help. This is my code:
DateTime firstDate = new DateTime(2020,10,9,12,30);