Create _plugins/no_date.rb:

class Jekyll::PostReader
  def read_posts(dir)
    read_publishable(dir, "_posts", /.*\.md$/)
  end
end

Reload a build.

Note that my version has a different regexp, because markdown files have the md extension.

Tested right here on this site) But just in case, all files except this one will be named with dates.