I haven't tried this but I think either should help:

crontab -e
#type following
01 0,2,4,6 * * *
01 12,14,16,18,20,22 * * *

crontab -e
#type following
01 0-6 * * *
01 12-22 * * *

HTH