$(document).ready(function() {

    $("#t-releases-search-bydate-select").hide();
	//this is for the datetime html selects
	$("#t-releases-search-bydate-check").click(function() {
	    $("#t-releases-search-bydate-select").toggle();
	});
	
});
