in reply to Date plus Time sort from file
Of course, what is really being done is this:
$ grep `date +%m-%d-%Y` datafile.txt | sort >data_`date +%m-%d-%Y`.txt [download]
But who wants to use a scripting language? :)