Try a script like this:
#!/bin/bash
mkdir `date +'%F'`
Run this script from a cron job.
To create a cron job, do somethink like this in /etc/cron.d/
@daily root /path/to/the/script
Ritesh
--
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
"Necessity is the mother of invention."