val dateSplit = date.split("-".toRegex()).dropLastWhile { it.isEmpty() }.toTypedArray()