
Announcements
Edited/Updated Entry -
I have Form1.
In Form1 is a series of DateTime DataCards.
I can get the date and hour to show in the output, but I can't figure out how to include the minutes component.
I resolved the issue using the following updated formula.
DataCard Update Property -
DateValue1.SelectedDate + Time(If(ODD_AM_PM_Value_Dropdown.Selected.Value = "PM", 12, 0) + Mod(Value(HourValue.Selected.Value), 12), Value(MinuteValue1_1.Selected.Value), 0)