hi all,

My problem is :

I have 2 dates:

Date 1: 30/11/1999
Date 2: 15/12/1999

When i compare it as below:

if (Date2>Date1,"true","false")

-->The output is "false",but in actual fact Date2 is later than Date1.What is the problem?

Thanks