About
Pricing
Community
Teams
Start Free Trial
Log in
scm0sml
asked on
3/18/2009
using gettime on 10-Mar-2009 date format
I have a date as a string in this format:
10-Mar-2009
Javascript doesnt seem to be able to gettime() of that.
Is there a workaround for this?
JavaScript
5
1
Last Comment
contactkarthi
8/22/2022 - Mon
vsudip
3/18/2009
Have a look here..
http://www.javascriptmall.com/jsc/jsC4Udate.htm
scm0sml
3/18/2009
ASKER
that is describing how to get todays date in a certain format, i need to deal with the date in the format i have?
vsudip
3/18/2009
You can use the parse method , before manupuylating the date
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
scm0sml
3/18/2009
ASKER
parse isnt working becuase it isnt looking at the string as a date because of the format of the date in the string
ASKER CERTIFIED SOLUTION
contactkarthi
3/18/2009
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
http://www.javascriptmall.com/jsc/jsC4Udate.htm