Click here to Skip to main content
15,881,882 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: Identify jQuery data Pin
Mugdha_Aditya10-Nov-11 18:24
Mugdha_Aditya10-Nov-11 18:24 
GeneralRe: Identify jQuery data Pin
Dennis E White10-Nov-11 18:49
professionalDennis E White10-Nov-11 18:49 
GeneralRe: Identify jQuery data Pin
Mugdha_Aditya10-Nov-11 22:17
Mugdha_Aditya10-Nov-11 22:17 
GeneralRe: Identify jQuery data Pin
phome26-Nov-11 15:02
phome26-Nov-11 15:02 
AnswerRe: Identify jQuery data Pin
jkirkerx19-Nov-11 20:09
professionaljkirkerx19-Nov-11 20:09 
QuestionJavascript and Dates Pin
BobInNJ7-Nov-11 6:04
BobInNJ7-Nov-11 6:04 
AnswerRe: Javascript and Dates Pin
Dennis E White7-Nov-11 6:32
professionalDennis E White7-Nov-11 6:32 
AnswerRe: Javascript and Dates Pin
Morgs Morgan15-Nov-11 1:40
Morgs Morgan15-Nov-11 1:40 
You can use the more accurare way,
JavaScript
var date = new Date(d1);

//get your date components like so:
var day = date.getDay();
var month = date.getMonth();
var year = date.getYear();


See link here:
- http://www.w3schools.com/js/js_obj_date.asp[^]

Happy coding,
Morgs
QuestionDisplay information in a table Pin
Member 82674566-Nov-11 22:49
Member 82674566-Nov-11 22:49 
AnswerRe: Display information in a table Pin
Dennis E White7-Nov-11 6:34
professionalDennis E White7-Nov-11 6:34 
AnswerRe: Display information in a table Pin
Hà Duy Thuận10-Jan-12 22:08
Hà Duy Thuận10-Jan-12 22:08 
Questionhow to open the minimized window after refreshing the page? Pin
dayakar_dn2-Nov-11 21:16
dayakar_dn2-Nov-11 21:16 
AnswerRe: how to open the minimized window after refreshing the page? Pin
Dennis E White7-Nov-11 6:14
professionalDennis E White7-Nov-11 6:14 
AnswerRe: how to open the minimized window after refreshing the page? Pin
jkirkerx19-Nov-11 20:17
professionaljkirkerx19-Nov-11 20:17 
QuestionAny body know the basic components to a javascript slideshow? Pin
swydell30-Oct-11 14:43
swydell30-Oct-11 14:43 
AnswerRe: Any body know the basic components to a javascript slideshow? Pin
Manfred Rudolf Bihy30-Oct-11 22:59
professionalManfred Rudolf Bihy30-Oct-11 22:59 
QuestionStop Text From Being Converted Into Links Pin
ASPnoob28-Oct-11 23:32
ASPnoob28-Oct-11 23:32 
AnswerRe: Stop Text From Being Converted Into Links Pin
Richard MacCutchan29-Oct-11 0:06
mveRichard MacCutchan29-Oct-11 0:06 
AnswerRe: Stop Text From Being Converted Into Links Pin
Dennis E White29-Oct-11 15:13
professionalDennis E White29-Oct-11 15:13 
QuestionIssue w/ Javascript inside 64 bit browser Pin
bgates197026-Oct-11 5:26
bgates197026-Oct-11 5:26 
AnswerRe: Issue w/ Javascript inside 64 bit browser Pin
Dennis E White27-Oct-11 9:08
professionalDennis E White27-Oct-11 9:08 
AnswerRe: Issue w/ Javascript inside 64 bit browser Pin
jsc4228-Oct-11 1:38
professionaljsc4228-Oct-11 1:38 
QuestionHTMLInput.name Pin
Ali Al Omairi(Abu AlHassan)25-Oct-11 21:40
professionalAli Al Omairi(Abu AlHassan)25-Oct-11 21:40 
AnswerRe: HTMLInput.name Pin
Gerben Jongerius25-Oct-11 22:10
Gerben Jongerius25-Oct-11 22:10 
GeneralRe: HTMLInput.name Pin
Ali Al Omairi(Abu AlHassan)25-Oct-11 23:41
professionalAli Al Omairi(Abu AlHassan)25-Oct-11 23:41 

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.