• Welcome to TodayPlus Boards v2.
 

"Today" and "Tomorrow" in Tasks

Started by LightMan, October 14, 2004, 05:39:55 PM

Previous topic - Next topic

LightMan

Hey 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)
[size=9]-= Ipaq 2215, 1 Gb CF, 512 Mb SD, Crystal Clear case =-[/size]

uk_skinner

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?

uk_skinner


LightMan

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.
[size=9]-= Ipaq 2215, 1 Gb CF, 512 Mb SD, Crystal Clear case =-[/size]

uk_skinner

Quote from: LightMan
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.

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.