Hi, Thanks for reply
ok,
For exemple :
In my file skin.acsx i have :
<dnn:CURRENTDATE runat="server" id="dnncurrentdate" DateFormat="dddd dd MMMM yyyy" />
That display in my home page :
Saturday 28 April 2012
So , now : i add a text/html ‘s module in my home page to execute some test (in javascript)
Some thing like:
If (var_day == ‘28’) ldquo;Some text …”);
If(var_day == ‘1’ && var_month == ‘july’) ldquo;it’s the month of your birthday”);
… some stings like this …
But to do these things I have to collect the day, month & the year from the date (or from currentdate) to be used in my js ‘s programme
If I know this thing , I can do the same thing in canendar arab (to alert the important days in the year)
So , can you show me how to do or an idea about my question PLEASE
Cheers