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