We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Add support for TimeOnly display of datetime fields in portal forms
According to knowledge article #51 (https://support.cireson.com/KnowledgeBase/View/51#/), portal forms support Date and DateTime controls for displaying SCSM datetime properties.
This is a feature request to support a TimeOnly display of SCSM datetime properties via a new datatype supported in portal form .JS. This new control should support any class and allow the dev/admin the ability to control the time format according to their specific localization requirements. For example:
{ DataType: "TimeOnly", PropertyDisplayName: "CreatedDate", PropertyName: "CreatedDate", Disabled: true; Format: “hh:mm AM/PM”}
The only workaround I currently am aware involves using javascript to parse out the time from the text of the datetime field and then drop the result into a 2nd text field in the class.