Click here to Skip to main content
15,923,051 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: secure web pages and images Pin
JKroschel2-Dec-04 11:33
JKroschel2-Dec-04 11:33 
GeneralChanging References quickly Pin
sharkbait8-Nov-04 3:58
sharkbait8-Nov-04 3:58 
GeneralSigning a javascript block Pin
JonasSyrstad8-Nov-04 0:41
JonasSyrstad8-Nov-04 0:41 
GeneralChange date format in javascript Pin
R. Thomas7-Nov-04 5:40
R. Thomas7-Nov-04 5:40 
GeneralRe: Change date format in javascript Pin
Ted Ferenc7-Nov-04 6:27
Ted Ferenc7-Nov-04 6:27 
GeneralRe: Change date format in javascript Pin
R. Thomas7-Nov-04 13:02
R. Thomas7-Nov-04 13:02 
GeneralRe: Change date format in javascript Pin
Ted Ferenc7-Nov-04 21:36
Ted Ferenc7-Nov-04 21:36 
GeneralErrata Pin
Ted Ferenc8-Nov-04 22:04
Ted Ferenc8-Nov-04 22:04 
Sorry I think I gave you a PHP solution, I must keep off the wine!

Try this:-

<br />
<script language="JavaScript">                  <br />
<br />
   time = Date.parse("Mon Jan 12 10:00:00 UTC+0800 2004");<br />
   newDate = new Date(time);<br />
         <br />
   alert(newDate.toString());<br />
                       <br />
</script><br />




"An expert is a person who has made all the mistakes that can be made in a very narrow field." - Neils Bohr
GeneralRe: Change date format in javascript Pin
Richard Deeming10-Nov-04 8:21
mveRichard Deeming10-Nov-04 8:21 
GeneralAutomated file processing by proxy server Pin
D1_DRE6-Nov-04 10:32
D1_DRE6-Nov-04 10:32 
GeneralCalling script function from IE Activex Control Pin
gradiov6-Nov-04 3:32
gradiov6-Nov-04 3:32 
QuestionCan a Web App that is running in an iframe take over the whole screen? Pin
mterzich5-Nov-04 23:47
mterzich5-Nov-04 23:47 
AnswerRe: Can a Web App that is running in an iframe take over the whole screen? Pin
benjymous12-Nov-04 5:24
benjymous12-Nov-04 5:24 
QuestionHow can I open the source Pin
Muad-Dib5-Nov-04 12:04
Muad-Dib5-Nov-04 12:04 
GeneralRe: How do you do an inline a:hover in a tag? Pin
Paul Ingles5-Nov-04 4:24
Paul Ingles5-Nov-04 4:24 
GeneralVC++ Addind checkbox element besides Anchor tag on the fly Pin
mehtas4-Nov-04 18:24
mehtas4-Nov-04 18:24 
Questionhow to a:hover inline Pin
cdmlb@hotmail.com4-Nov-04 15:39
cdmlb@hotmail.com4-Nov-04 15:39 
AnswerRe: how to a:hover inline Pin
rgoyal8-Nov-04 23:21
rgoyal8-Nov-04 23:21 
GeneralJava connection to MS Access Pin
Red Sunday4-Nov-04 13:03
Red Sunday4-Nov-04 13:03 
GeneralRe: Java connection to MS Access Pin
David Salter8-Nov-04 23:29
David Salter8-Nov-04 23:29 
Generalasp, jsp and unix Pin
includeh104-Nov-04 5:42
includeh104-Nov-04 5:42 
GeneralRe: asp, jsp and unix Pin
V.4-Nov-04 21:29
professionalV.4-Nov-04 21:29 
GeneralRe: asp, jsp and unix Pin
raouls4-Nov-04 21:37
raouls4-Nov-04 21:37 
GeneralRe: asp, jsp and unix Pin
Peff7-Nov-04 7:27
Peff7-Nov-04 7:27 
Questioninclude or import in html? Pin
includeh104-Nov-04 5:40
includeh104-Nov-04 5:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.