Forum Discussion
TimWise
3 years agoQrew Member
Hi, Aiden. You didn't say what your final intended output is, so I'll just give some guidance on the first issue.
FYI, this is the help page for working with dates and times: https://helpv2.quickbase.com/hc/en-us/articles/4473004144660-Transforming-your-data-
You want an absolute date, so:
{% set firstDay = time.today + time.delta(year=a.year, month=a.month, day=1) %}
Be mindful that a.year and a.month exist.
Hope that helps!
------------------------------
Tim Wise
------------------------------