Buy Questpond's video subscriptions on
huge discount
.
Online: 767
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
jQuery
>
Loading ...
how to check date in jquery
Posted by
Klbaiju
under
jQuery
on 7/17/2013 |
Points: 10
| Views : 1814 | Status :
[Member]
| Replies : 2
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
Hi all,
I want to check date using jquery.
in grid view date display as dd mmm yyyy
eg
05 jul 2013
i want to check this date <= today
if it is less than or equal to today
i want to write some condition
i need code in jquery.
Regards
Baiju
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Phagu007
on: 7/21/2013
[Member]
Starter
|
Points: 25
0
You can use this for Checking date
var date = new Date(Date.parse("20 jul 2013"));
var today = new Date();
alert(date <= today );
Klbaiju
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
aswinialuri-19361
on: 7/21/2013
[Member]
Starter
|
Points: 25
0
hi
refer this link it might be useful to you
http://stackoverflow.com/questions/11355811/to-check-input-string-is-valid-date-or-not-in-jquery
Mark as Answer if it helps you
Thanks&Regards
Aswini Aluri
Klbaiju
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
Climax Delay Condoms for Long Lasting Pleasure
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
Where can I found sample MVC projects to learn and improve skills
(1)
Extract a value from HTML string
(0)
Get only year part from date string in SQL server
(0)
Get only year part from date string in SQL server
(0)
Get only year part from date string in SQL server
(0)
Get only year part from date string in SQL server
(0)
More ...