zucen.co
with
fun Date.add(calendarUnit: Int, amount:Int): Date = with(java.util.Calendar.getInstance()){ add(calendarUnit,amount) return time }