'Date' Syntax and Note : Date « Javascript Objects « JavaScript Reference

'Date' Syntax and Note

Note:

Perform date computations.
    
Syntax:
    
var dateName = new Date(value) // value is empty or a date string
dateName.memberName

    

      
      








Related examples in the same category

1.'Date' Example
2.'Date' JavaScript Properties
3.'Date' JavaScript Methods