In my project , I have used dates in DD-MON-YYYY format and stored it in the MySql table as data type = "Text"
example: 18-JUN-2013
I have used JavaScript date picker to select dates from the calendar.
Blockquote
Now, I really want to perform is:
1: To find date difference between two dates when retrieved from MySql database using PHP.
2: To Add 359 days to retrieved date and display future date.
Blockquote
Note: Date format must be DD-MON-YYYY.