Using the Google News Search API, there is no documented way to search by date. You can order by date, but that's not the same thing.
It should also be noted that the News Search API has been deprecated for almost 3 years now, meaning that its retirement date is imminent. I would strongly encourage you, therefore, to consider an alternative method of searching the news. One such method would be to utilize the Google Feeds API with the RSS feeds generated by Google News. The feed would not be updated as often as the search API, but given that you would also be able to utilize Google News' advanced search parameters to search by date, it may actually be a superior solution for your application.
jg