Forum Discussion
MarkShnier__You
4 years agoQrew Legend
Are you simply saying that you want to have a separate input field for the date and the time of day and the formula field to create a formula date time field that you can use on the calendar?
Here is the function for that date time formula field.
https://login.quickbase.com/db/6ewwzuuj?a=dr&rid=143&rl=bvm
if you then want to have a field which is 30 minutes later you can do this. [My start date time field] + minutes(30)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Here is the function for that date time formula field.
https://login.quickbase.com/db/6ewwzuuj?a=dr&rid=143&rl=bvm
if you then want to have a field which is 30 minutes later you can do this. [My start date time field] + minutes(30)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- BenjaminBrooks4 years agoQrew TraineeYes this should work here is a screenshot of the input for reference
and trying to fill in the highlighted
------------------------------
Benjamin Brooks
------------------------------- MarkShnier__You4 years agoQrew LegendThe start date time would be
ToTimeStamp([Task Date]),ToTimeOfDay([Task Time))
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------- BenjaminBrooks4 years agoQrew TraineeMark appreciate this greatly thank you
------------------------------
Benjamin Brooks
------------------------------