I have the following table User in my database
Name(Varchar) DateOfBirth(datetime) Age(int)
Name(Varchar) | DateOfBirth(datetime) | Age(int)
John | 2014-12-20 23:59:59 | 0
Mary | 2014-12-20 23:59:59 | 1
How can i verify throught javascript if the field DateOfBirth of the table User of the database z is of type datetime?