I got it to work but it uses input time. The time will always be -1mon and -2mon. How can I hide that so its not seen?
test
strftime(relative_time(time(), "-1mon"), "%B %Y")
strftime(relative_time(time(), "-2mon"), "%B %Y")
<panel>
<html> <p><center> <b><font size="5">$last_month$ Count</font></b></center></p></html>
</panel>
<panel>
<html> <p><center> <b><font size="5">$twoMonths$ Count</font></b></center></p> </html>
</panel>
... View more