Filter posts
- @Tom Ireland
@Mr.R - Okay , the formula is still not quite right . For the publication date , instead of 'Date from string ' , use 'Timestamp ' . This will convert the date to a Unix timestamp (see https://en.wikipedia.org/wiki/Unix_time for bedtime reading ) . For the 'now ' , you need to convert that to a timestamp and then minus 86400000 multiplied by 30 (the number of milliseconds in 30 days ) . See the attached as an example . I added date from timestamp at the end to show you the output so you can see it works but you won 't need that for your formula . - @Lucas G
Now already returns a timestamp .