PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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?