Did you find it her?
Database
>> NEWROLL GET @fiveMonthAgo date AS `getFiveMonthFromToday()`
>> NEWROLL GET @timeline nrhtml AS `getTimelineTemplate()`
>> SELECT info, date FROM result WHERE date BETWEEN `today()` AND @fiveMonthAgo
>> GO info, date INTO @timeline (info => info, date => date)