How to create object of Date("23.03.2010")
- by Ranjeet
I have astring directly coming form the database and I am creating object of Date as
Date dt=Date("23.03.2010") and it is comin NaN whereas when I use Date dt= Date("03/23/2010") it works fine.
Any Idea how I can get this working?.