View Single Post
Old 03-28-2021, 08:42 PM   #2
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,110
Karma: 77213681
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
I figured it out. I put this code in:

Code:
d1 =  $$#fanficupdated;
d2 =  format_date(today(),'iso');

days_between(d1, d2)
and noticed the numbers were all negative. So I tried switching d1 and d2:

Code:
d1 = format_date(today(),'iso');
d2 = $$#fanficupdated;
(days_between(d1, d2) <# -730, also works, but that's a little bit silly)

And now I am getting Abandoned for both #2 and #3. That was a silly mistake.

Last edited by ownedbycats; 03-28-2021 at 09:58 PM.
ownedbycats is offline   Reply With Quote