datetime storage
Posted: Tue Mar 01, 2005 8:24 am
anyone know a way of storing date in the format dd/mm/yy in mysql? i know the datetime and date formats store dates with the year first but id like to know is there any way of manipulating this so that they store dates in the format i have outlined above?? or would i just be better off storing it as a char in mysql?