David,
It looks like a part of notification engine or some
sort. I tried to see dates in database they are in our
local format DD/MM/YYYY so it's ok. But when a
notification is sent I get MM/DD/YY, it give me a big pain
in the @#$. After mining MSP_WEB_CONVERSIONS I have found
the following strings:
-- cut'n'paste start --
\nProject: ^1\nAssign to: ^2\n-----------------------------
-----------------------------------------@@[\nTask Name: ]
TASK_NAME<21>{30}[\n],[Start: ]ASSN_START_DATE<4>{12},
[Finish: ]ASSN_FINISH_DATE<4>{12},[Work: ]ASSN_WORK<8>{8},
[Rem Work: ]ASSN_REM_WORK<8>{8}
-- cut'n'paste end --
Here what I did just to check if I'm on the right route
I replaced ASSN_START_DATE<4>{12} with ASSN_START_DATE and
my notifications have stoped at all. so it looks like this
string ASSN_START_DATE<4>{12} is really controls
everything &&#^%^%@# Any IDEAS????
Regards,
Rouslan