Click here to Skip to main content
15,909,651 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: email/sms Pin
bhadilov31-Jul-09 23:27
bhadilov31-Jul-09 23:27 
Questioninternet hyperlinks Pin
bhadilov31-Jul-09 21:42
bhadilov31-Jul-09 21:42 
AnswerRe: internet hyperlinks Pin
Abhijit Jana31-Jul-09 21:50
professionalAbhijit Jana31-Jul-09 21:50 
AnswerRe: internet hyperlinks Pin
bhadilov31-Jul-09 22:06
bhadilov31-Jul-09 22:06 
GeneralRe: internet hyperlinks Pin
Abhijit Jana31-Jul-09 22:20
professionalAbhijit Jana31-Jul-09 22:20 
GeneralRe: internet hyperlinks Pin
Manas Bhardwaj31-Jul-09 23:05
professionalManas Bhardwaj31-Jul-09 23:05 
QuestionDate comparison in JS Pin
janani1331-Jul-09 20:47
janani1331-Jul-09 20:47 
AnswerRe: Date comparison in JS Pin
Abhijit Jana31-Jul-09 21:00
professionalAbhijit Jana31-Jul-09 21:00 
Here is the sample Code Smile | :)
function Compare Date()
    {
        var LastDate=Date.parse("01/08/2009");
       
        var currentDate=new Date;
        if(LastDate ==currentDate)
           {
               alert("Dates are Equal");
           } 
        if(LastDate>Date.parse(currentDate))
        {
            alert("Last date greater than Today");
        }
        else
        {
            alert("Last Date less than Today");
        }
    }


Note : In JavaScript Date.parse() method is used to parses a string to a common date format.
Hope this will help you Big Grin | :-D

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.
View My Latest Article

GeneralRe: Date comparison in JS Pin
janani1331-Jul-09 21:10
janani1331-Jul-09 21:10 
GeneralRe: Date comparison in JS Pin
Abhijit Jana31-Jul-09 21:19
professionalAbhijit Jana31-Jul-09 21:19 
GeneralRe: Date comparison in JS Pin
janani1331-Jul-09 21:27
janani1331-Jul-09 21:27 
GeneralRe: Date comparison in JS Pin
Blue_Boy31-Jul-09 21:32
Blue_Boy31-Jul-09 21:32 
GeneralRe: Date comparison in JS Pin
janani1331-Jul-09 21:36
janani1331-Jul-09 21:36 
GeneralRe: Date comparison in JS Pin
Blue_Boy31-Jul-09 21:39
Blue_Boy31-Jul-09 21:39 
GeneralRe: Date comparison in JS Pin
Abhijit Jana31-Jul-09 21:36
professionalAbhijit Jana31-Jul-09 21:36 
GeneralRe: Date comparison in JS Pin
janani1331-Jul-09 21:38
janani1331-Jul-09 21:38 
GeneralRe: Date comparison in JS Pin
Abhijit Jana31-Jul-09 21:42
professionalAbhijit Jana31-Jul-09 21:42 
QuestionCreate a blog Pin
lionelcyril31-Jul-09 19:56
lionelcyril31-Jul-09 19:56 
AnswerRe: Create a blog Pin
Abhijit Jana31-Jul-09 20:01
professionalAbhijit Jana31-Jul-09 20:01 
GeneralRe: Create a blog Pin
lionelcyril31-Jul-09 20:08
lionelcyril31-Jul-09 20:08 
GeneralRe: Create a blog Pin
Abhijit Jana31-Jul-09 21:27
professionalAbhijit Jana31-Jul-09 21:27 
AnswerRe: Create a blog Pin
lionelcyril1-Aug-09 6:01
lionelcyril1-Aug-09 6:01 
QuestionHow i display a flash object in asp.net page Pin
Ravindra K Bisen31-Jul-09 19:02
Ravindra K Bisen31-Jul-09 19:02 
AnswerRe: How i display a flash object in asp.net page Pin
N a v a n e e t h31-Jul-09 19:14
N a v a n e e t h31-Jul-09 19:14 
AnswerRe: How i display a flash object in asp.net page Pin
Abhijit Jana31-Jul-09 19:28
professionalAbhijit Jana31-Jul-09 19:28 

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.