Originally Posted By: Nillen
Code:
alias todate {
var %month = $1
var %day = $$2
var %year = $asctime(yyyy)

var %todate = $calc($ctime($+(%day,-,%month,-,%year) 00:00:00) - $ctime)
if (%todate < 0) {
inc %year
%todate = $calc($ctime($+(%day,-,%month,-,%year) 00:00:00) - $ctime)
}
return %todate
}
Not my own, taken from someone elses sript.



Thanks!

Excuse me for being noobish, but just have question about that one.

I should put it just straight into Remotes, along with
Code:
on 1:TEXT:!test:#artiiz:{

right?

And, should i replace the "-" with current date and the date I want it to count to?

Thanks for taking time to help smile