Perspective - Have highlighted date value & time entry of datetime picker reflect the props.formattedValues.datetime value
B
Brandon Hughes
I have a window set up with a start time datetime picker, an end time datetime picker, and a table. The table is populated with downtime records based on the date range selected from the two datetime pickers. I also have two buttons on the screen that write directly to the props.formattedValues.datetime of the datetime pickers. These buttons allow a user to select "current shift" or "previous shift", which writes directly to the start date/time & end date/time of the datetime pickers. When using the buttons to write directly to the props.formattedValues.datetime of the datetime pickers, the highlighted/displayed value of the picker remains whatever value was displayed prior to pressing the button. So my question is, is it possible to make the displayed value reflect the value within props.formattedValues.datetime?
Log In
M
Matthew Blystone
I second this. To me, the DateTime Picker in Perspective is utterly useless because this isn't a thing.