Returns a Jalali with just the date of the original, but no time set.
Jalali dateOnly(Jalali date) { return Jalali(date.year, date.month, date.day); }