Hi all, I have urgent need of CustomValidator which will do client side validation.
Publishing_StartDateTime = 09/17/2010 3:56 PM; Publishing_EndDateTime = 09/17/2010 3:56 PM; How can i compare through javascript these two for Custom Validator. If Publishing_StartDateTime is greaterthan Publishing_EndDateTime it should show message like "Publishing_StartDateTime cannot be greater than Publishing_EndDateTime" and vice versa. So that it will show ErrorMessage in Custom validator depending upon the return value. NOTE :: Without Time there was no problem, but i dont know what to it with DateTime With Regards, Irfan Ahmad
