Quote from: LightManHey all,
I'm making a tweak of my current skin (HandyPlus Basic) and I was trying to have the "Today" and "Tomorrow" strings to be recognized when showing tasks, but I couldn't get it to work. (only in the appointments, as usual)
Am I doing something wrong or is it simply not possible? (i.e. not recognized by TodayPlus)
LightMan: Do you mean like this?
Quote from: uk_skinnerAnd this?
Yes, that's it :) ... although I don't want to have any date when it's "Today" or "Tomorrow".
I tried simply adding the lines that I use on the Appointment section to the task section but for some reason, that didn't work.
Quote from: LightManQuote from: uk_skinnerAnd this?
Yes, that's it :) ... although I don't want to have any date when it's "Today" or "Tomorrow".
I tried simply adding the lines that I use on the Appointment section to the task section but for some reason, that didn't work.
LightMan:
This what I did.
1) I commented out the options,date... under region 4.
2) Add the following codes in every page in region 6
options,today-text,'Today'
options,tomorrow-text,'Tmrow'
options,dateformat,0,0,0,%date,ddd d%%regularfont%
3) As for the date, I put "%tab,36%" before "%enddate%", becuase you have that in the skin. You can remove it, then the date will disappear, I guess.