String format([String? format]) => Moment.tryParse(this)?.format(format ?? "DD.MM.YY HH:mm") ?? "Tanımsız";