[BUG] Perspective: Date Time Input not showing correct items for time pickerType according to format

v8.1rc1

While the formattedDate property is correct, this component doesn’t graphically display correctly according to the format property value when the pickerType is set to time. These are some incorrect combos for the format value that I found and their displayed format:

  • HH (shows HH:mm)
  • mm (shows HH:mm:ss)
  • ss (shows HH:mm:ss)
  • mm:ss (shows HH:mm:ss)