Example #1
0
exports.parseDate = function( str ) {
	return dateFormat.parse( str );
};