Jump to content

Date convertion!


jovine
Go to solution Solved by Barand,

Recommended Posts

Can someone help me with this??

First, using today’s date, convert it into a variable.

Example: if today is 18th Sept 2009

It will be 18092009

 

Next, using this variable, add up all the individual numbers until it become a single digit.

Example: 18092009 will be 1+8+0+9+2+0+0+9 = 29 then 2+9 = 11 then 1+1 = 2

 

Next, using that single digit, convert 6 occurrences of that digit into a string and add a '#' in front of it.

Example: #222222

 

Finally, output a string using the previous converted string as the bgcolor for this body tag. This should be the only string your codes will be outputting.

Example: <body bgcolor="#222222"></body>

 

I have tried but I can't >.< 
Please help me...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.