Verifies if the given input is a valid representation of a date. It tries to create a date from:
Additional date options will be added in the near future.
'use strict';
thorin.validate('DATE', '2016-12-03 10:00'); // =>Sat Dec 03 2016 10:00:00 GMT+0200 (GTB Standard Time)
thorin.validate('DATE', 1470209505271); // Wed Aug 03 2016 10:31:45 GMT+0300 (GTB Summer Time)
You can always create a new issue on GitHub or contact one of the core founders by chat.