MasterKaos
Programmer
Does Javascript have a built-in funciton that will check if a given date exists? For example return true for Feb 29th 2004 but false for Feb 29th 2003. I know PHP and MySQL have such funcitons, but i'd like to do all the validation client-side.
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.