JavaScript Date Input

There are generally 4 types of JavaScript date formats:


JavaScript Date Output

Independent of input format, JavaScript will (by default) output dates in full text string format:

   Wed Mar 25 2015 01:00:00 GMT+0100 (W. Europe Standard Time)

Back Table of Contents Next