Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Date in White Color .. Using Java Script.
Old 12-03-2009, 05:34 AM Date in White Color .. Using Java Script.
Novice Talker

Posts: 12
Name: Navaz
Trades: 0
Hi,

The following code returns the date in the following format:I would like to get the same but in WHITE COLOR. Any help would be appreciated.

Thursday, December 3, 2009

HTML Code:
<script type="text/javascript">
var d=new Date();
var weekday=new Array("Sunday,","Monday,","Tuesday,","Wednesday,","Thursday,","Friday,","Saturday,");
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
document.write(weekday[d.getDay()] + " ");
document.write(monthname[d.getMonth()] + " ");
document.write(d.getDate() + ", ");
document.write(d.getFullYear());
document.write(style.color = "red")</script>
Regards,
Learner2009 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-03-2009, 05:36 AM Re: Date in White Color .. Using Java Script.
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,383
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Style the container with white as the foreground colour.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-03-2009, 05:41 AM Re: Date in White Color .. Using Java Script.
Novice Talker

Posts: 12
Name: Navaz
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Style the container with white as the foreground colour.
I am learner. I got this code from internet and using to develop a demo web page. Please let me know the code how to write exactly.

Thanks.
Learner2009 is offline
Reply With Quote
View Public Profile
 
Old 12-03-2009, 05:52 AM Re: Date in White Color .. Using Java Script.
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,383
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
HTML Code:
<div style="color:white"background-color:black">
Your script goes here
</div>
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Date in White Color .. Using Java Script.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13264 seconds with 12 queries