- Impact
- 0
I have created a gig booking system and i need to know how i should store the dates so that i can order them correctly when i am outputting them.
When the user submits the form the date comes in 3 variable:
dateDay
dateMonth
dateYear
I then join all these and use "/" to seperate them but when i come to output them they dont come out in the correct order, can anyone give me any tips opn how to do this please?
When the user submits the form the date comes in 3 variable:
dateDay
dateMonth
dateYear
I then join all these and use "/" to seperate them but when i come to output them they dont come out in the correct order, can anyone give me any tips opn how to do this please?














