Forum Discussion
DougHenning1
2 years agoQuickbase Staff
If you add the time to the date then it should not roll back to the previous day:
{{ (a.payment_date|date_ymd) ~ "T12:00" }}Creates a string like "2018-08-08T12:00"
- ErichSiemon2 years agoQrew MemberThis did not work for me, but I have been unable what my mistake is. My source tbl/fld is 01-01-2023. My original pipeline logic displays 12-31-2022 07:00PM (EST) in the destination tbl/fld. My revised logic displays 01-01-2023 07:00AM (EST) in the destination tbl/fld.