rangeShortDate (current month)
{{ obj.range.short.date.currentMonth | rangeShortDate }}
rangeShortDate (not current month)
{{ obj.range.short.date.notCurrentYear | rangeShortDate }}
rangeShortDate (start date is not in current year)
{{ obj.range.short.date.startsNotCurrentYear | rangeShortDate }}
rangeShortDate (end date is not in current year)
{{ obj.range.short.date.endsNotCurrentYear | rangeShortDate }}
rangeShortDateTime (the same day, current year)
{{ obj.range.short.dateTime.sameDateCurrentYear | rangeShortDate }}
rangeShortDateTime (the same day, current year) (with seconds)
{{ obj.range.short.dateTime.sameDateCurrentYear | rangeShortDateTime: { seconds: true } }}
rangeShortDateTime (the same day, current year) (with milliseconds)
{{ obj.range.short.dateTime.sameDateCurrentYear | rangeShortDateTime: { milliseconds: true } }}
rangeShortDateTime (the same day, not current year)
{{ obj.range.short.dateTime.sameDateNotCurrentYear | rangeShortDate }}
rangeShortDateTime (the same day, not current year) (with seconds)
{{ obj.range.short.dateTime.sameDateNotCurrentYear | rangeShortDateTime: { seconds: true } }}
rangeShortDateTime (the same day, not current year) (with milliseconds)
{{ obj.range.short.dateTime.sameDateNotCurrentYear | rangeShortDateTime: { milliseconds: true } }}
rangeShortDateTime (not current month)
{{ obj.range.short.dateTime.notCurrentMonth | rangeShortDate }}
rangeShortDateTime (not current month) (with seconds)
{{ obj.range.short.dateTime.notCurrentMonth | rangeShortDateTime: { seconds: true } }}
rangeShortDateTime (not current month) (with milliseconds)
{{ obj.range.short.dateTime.notCurrentMonth | rangeShortDateTime: { milliseconds: true } }}
rangeShortDateTime (start date is not in current year)
{{ obj.range.short.dateTime.startsNotCurrentYear | rangeShortDate }}
rangeShortDateTime (start date is not in current year) (with seconds)
{{ obj.range.short.dateTime.startsNotCurrentYear | rangeShortDateTime: { seconds: true } }}
rangeShortDateTime (start date is not in current year) (with milliseconds)
{{ obj.range.short.dateTime.startsNotCurrentYear | rangeShortDateTime: { milliseconds: true } }}
rangeShortDateTime (end date is not in current year)
{{ obj.range.short.dateTime.endsNotCurrentYear | rangeShortDate }}
rangeShortDateTime (end date is not in current year) (with seconds)
{{ obj.range.short.dateTime.endsNotCurrentYear | rangeShortDateTime: { seconds: true } }}
rangeShortDateTime (end date is not in current year) (with milliseconds)
{{ obj.range.short.dateTime.endsNotCurrentYear | rangeShortDateTime: { milliseconds: true } }}